Skip to content

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

License

Notifications You must be signed in to change notification settings

sh-sabbir/UnicodeToBijoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages