Clytie Siddall írta: > It is, as Nam very kindly reminded me, the notorious NSIS bug. NSIS > doesn't support UTF8.
It does not mean that UTF8 garbage should appear on the screen. > e.g. > UTF8: Chào mừng bạn tải xuống OpenOffice.org 2.1 > ASCII: Cha`o mu+`ng ba.n ta?i xuo^'ng OpenOffice.org 2.1 AFAIK there is a single byte encoding in Windows for Vietnamese (CP1258). You should investigate why your installation strings were not converted from UTF8 to CP1258. I'm sure, for example, that Hungarian strings are converted from UTF8 to CP1250 because I see correct Hungarian accents in Hungarian builds. Single byte codepages has a disadvantage that we have to live with: Windows default codepage (in regional settings) should be the same otherwise the special characters are displayed corrupted. Regards, Andras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
