Php code to convert "Avro Unicode" Bangla Text To "Bijoy ASCII" Bangla Text.
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;
MIT
Free Software, Hell Yeah!