generic charset for all languages including asean and english
-
I have an application written in VC++ which will dyanmically generate the html file and display. I have a requirement where if I am displaying the html in the Japanese OS, I should be able to display Japanese characters and any other supported language characters. We used the default charset i.e without mentioning any charset in the html content parameter. We are using this to display the set of files in the tree format. It works fine for the files with the small name. If the file name grows beyond some length, characters displayed will get currupted and display some unknown characters. Then onwards complete encoding will not work. If I use japanese character set for Japanese, it works fine. but default is creating the problem. I tried using the UTF-8, which is also not working. Please let me know for any generic way handling this issue. Thanks in advance. Sandeep