This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Setup.exe launcher doesn't show Unicode characters correctly
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Feb 03, 2009
10:31 AM
Setup.exe launcher doesn't show Unicode characters correctly
Hello,
I have a Basic MSI project and I'm using the Unicode setup launcher to display a drop down list of languages for the user to select. For some reason, the drop down list doesn't display Russian and Korean characters correctly, it just shows vertical black bars. The text I'm actually using is 한국어 and Русский for Korean and Russian respectively. The text looks ok in notepad (I have 0x0409.ini saved as a Unicode file). Is there any reason why these 2 languages shouldn't show up correctly even though they're in Unicode? Thanks.
I have a Basic MSI project and I'm using the Unicode setup launcher to display a drop down list of languages for the user to select. For some reason, the drop down list doesn't display Russian and Korean characters correctly, it just shows vertical black bars. The text I'm actually using is 한국어 and Русский for Korean and Russian respectively. The text looks ok in notepad (I have 0x0409.ini saved as a Unicode file). Is there any reason why these 2 languages shouldn't show up correctly even though they're in Unicode? Thanks.
(6) Replies
Feb 03, 2009
11:36 AM
Hi,
i am also having a similar issue with Japanese.
http://community.acresso.com/showthread.php?t=185991&highlight=multilingual
i am also having a similar issue with Japanese.
http://community.acresso.com/showthread.php?t=185991&highlight=multilingual
Feb 03, 2009
12:04 PM
Hmm, I am not finding documentation either ... My memory is faulty here. All I can remember is that I have read where others have had problems loading code pages, but for the life of me I cannot turn up a single document in my searches in the knowledge base. I will continue to look though. 😞
Feb 03, 2009
12:09 PM
Thanks a lot for your help! In my case, I'm not really trying to load a code page though. I am just attempting to display unicode text in the language selection dialog which I believe should be displayed correctly no matter what the machine's code page is set to. The text that is displayed during installation on the main dialogs displays correctly. It's just the text that is displayed in the language selection dialog that renders incorrectly.