Most of the times we will be dealing with multi byte characters that effects web applications at all programming languages in development, the most recommended one to use is Unicode for non-English languages. Unicode has a wide range of characters mapped in it. So to be lucky, you need to first start from the operating system level to the application level. Most of the internationalization is always a tricky problem to handle in development cycle, as said let us look at part by part from the operating system level to application level and I will be explaining internationalization tricks on web based application and technologies further. To get more insight on handling the UTF-8 characters in HTML, JavaScript, Server configurations, Database (MySQL) and PHP is all about in this blog content.
[Read More]


