SkillAgentSearch skills...

UnicodeToBijoy

Php code to convert "Avro Unicode" Bangla Text To "Bijoy ASCII" Bangla Text

Install / Use

/learn @sh-sabbir/UnicodeToBijoy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Avro Unicode To Bijoy ASCII

Php code to convert "Avro Unicode" Bangla Text To "Bijoy ASCII" Bangla Text.

How to use:

It's very easy to use.First include u2b.php to your project file.

<?php include 'u2b.php';?>

Then in your project file use it like following example:

  $text = "আমার সোনার বাংলা আমি তোমায় ভালোবাসি ";
  $bijoy_text = u2b( $text );
  
  echo $bijoy_text;

License

MIT

Free Software, Hell Yeah!

Related Skills

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated1y ago
Forks1

Languages

PHP

Security Score

75/100

Audited on Aug 1, 2024

No findings