![]() |
Ascii characters on windows XP
Hi
I have an application which can be installed on English, French, Japanese and German OS. I have to identify non-Ascii characters in installation path. If installation path contains non-Ascii characters then application cannot be installed in that path. The problem is I have written a code which identifies if installation path contains non-Ascii characters. Code:
LONG WINAPI CheckInstallDir4Unicode(MSIHANDLE hMsi)I test this code by giving non-Ascii characters in the installation path such as: 奉孬艳昼臻哥棘 the code unicode checking code works fine when I run it on japanese XP VMware. but it does not work when I run this code on English xp VMware. I want the code should run in all platforms similarly. I dont know what I am missing in this code. |
| All times are GMT +5.5. The time now is 14:36. |