ইউনিকোড থেকে বিজয় রুপান্তর

নিচের প্রথম বক্সটি তে ইউনিকোড বাংলায় লেখা পেস্ট করুন। তারপর
বিজয় -তে নিন প্রেস করুন। দেখুন কত সুন্দরভাবে ইউনিকোড লেখা বিজয় তে রুপান্তর হয়ে গেল।

 

Bijoy Encoding

Bijoy encoding works on ANSI encoding. It works based on font substitute. For this reason, to show bangla characters properly, ANSI compliant bangla font should be used. Rich text editor may support this, but simple text editor can't handle mixed character and so it can't be used as universally unique text. same text may represent different text for different font selection. Additionally, ANSI encoding support only 256 characters to represent in text.

Example: In english font, g represent g. In bangla bijoy font g represnt ম.

Unicode Encoding

Unicode is universal code for characters. It can handle all character set of all human language. all characters are unique for all font. To show bangla characters properly, Unicode compliant bangla font should be used. All latest operating system has built-in Bangla font support. So anyone can read Unicode bangla text on every device without installing appropriate font. Simple text editor can show mixed language font correctly.