after Setting the code to 65001 europen languages like german,french
do show up correctly however there is a problem just with japanese.
when I set the code page to 65001 I dont see japanese charactes but
see junk.
here's what I am doing for japanese.
convert all the IDT files to UTF-8 format.
set the codepage in idt files to 65001 . currently they have japanese
codepage 932 & all the strings are encoded that way.
Import all these IDT files into the MSI database using orca.
If I open the database in ORCA on a japanese box I can see all the
strings correctly which tells me the import has succeeded.
however inspite of that when I run the MSI I get junk characters.
any ideas/thought/code snippets would be greatly appreciated.
Thanks!
When dealing with codepages you must also be careful with how data is added to the installation
package. Consult the "localizing a windows installer package" topic in MSDN for more information on
the steps for that. Additionally, are your problems with full UI or basic UI?
--
- Carolyn Napier
Microsoft Windows Installer Team
Check out the Windows Installer FAQ at:
<http://www.microsoft.com/windows2000/community/centers/management/msi_faq.asp>
Please do not send email directly to the alias used to post to the newsgroup. The alias is for
newsgroup purposes only. This posting is provided "AS IS" with no warranties, and confers no
rights.
"KailasJ" <kai...@yahoo.com> wrote in message
news:93249eb2.03052...@posting.google.com...
if I use fonts like FixedSys/Terminal I see some japanese text however
looks like I cannot set the font size. I always see the same big font
japanese text!
the setup dialog title gets displayed. I guess it uses the system font
hence its ok.
"Carolyn Napier [MSFT]" <cna...@online.microsoft.com> wrote in message news:<#GEl4HZJ...@tk2msftngp13.phx.gbl>...