I need to develop a website for a client in Myanmar. The website will obviously be in the Burmese language and they want it to be readable by people who do not have Burmese fonts on their machine.
I know wikipedia managed to do it here but I still haven't found how.
Will I have to write the Burmese characters using their HTML unicode codepoints? I have already found a library that manages to display Burmese characters if I provide the Unicode codepoint so I guess this is an option.
The other problem is that they want to insert Burmese text in a MySQL database. How am I going to store it? Using which encoding in MySQL? And then how to display it on machines that do not have Burmese fonts installed?
I hope I am clear and not too confusing.