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
- :
- 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
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 03, 2009
11:39 AM
Sounds like the code page issue documented for IS2009. Do a search for IS2009 Code Page in the knowledge base, I think you will find information there.
(note I am responding on old memory here) 😄
(note I am responding on old memory here) 😄
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 03, 2009
11:49 AM
I could not find any relevant KB article regarding code page issues in IS2009. Do you mean the fact that until 2009, IS did not support Unicode text in the setup launcher dialog?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 03, 2009
11:51 AM
Let me see if I can find the link, I know that there was a bug with the Unicode pages somewhere for IS2009 that relates to what you are doing. I just cannot remember the particulars.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
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. 😞
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
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.