This is a PHP script to convert any string, document written in Bijoy font (eg SutonnyMJ) to Unicode (UTF-8) format.
- Multibyte (mb_string) support must be enabled.
- Download bijoy2unicode.php file from https://github.com/bahar/BijoyToUnicode/zipball/master
- Move the php script to your project
- Call convertBijoyToUnicode($stringToFormat) function, Unicode formatted string will be returned.
- For example, check example.php
The sourcecode does not come with any kinds of warrenty or support, though you can contact me if you need.
GNU AFFERO GENERAL PUBLIC LICENSE, Version 3 (AGPL-3.0)