jimpark / unsis

Automatically exported from code.google.com/p/unsis
Other
59 stars 15 forks source link

Problem with russian language #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create Russian.nsh (in UTF-8)
2. Add to it 'LangString desctopIcons ${LANG_RUSSIAN} "Добавить на 
рабочий
стол"'
2. Add '!include "Russian.nsh"' to installer
3. Build and run installer

Instead of Russian words i see ????? ???? ????????

We use NSIS 2.46 Unicode version.

See attachment.

Original issue reported on code.google.com by ujdyjrj...@gmail.com on 2 Jun 2010 at 11:02

Attachments:

GoogleCodeExporter commented 9 years ago
I'm unable to reproduce this error.  Please attach sample .NSI script and any 
relevant files to reproduce this error.  

Original comment by jim%scra...@gtempaccount.com on 17 Jun 2010 at 2:05

GoogleCodeExporter commented 9 years ago
In Windows 7 (in other version of windows should be same steps):

Control Panel -> Region and language -> Tab Administrative -> Current language 
for non-Unicode programs -> change to English.

If current lang for non-unicode programs is Russian, program is work correctly.

Original comment by ujdyjrj...@gmail.com on 17 Jun 2010 at 4:25

GoogleCodeExporter commented 9 years ago

Original comment by ujdyjrj...@gmail.com on 17 Jun 2010 at 5:08

Attachments:

GoogleCodeExporter commented 9 years ago
The problem stems from the fact that checkbox.ini is ANSI and not Unicode. 
Please convert your checkbox.ini file to Unicode and everything will work fine. 
I'm marking this issue as invalid.

Original comment by jim%scra...@gtempaccount.com on 18 Jun 2010 at 2:17

GoogleCodeExporter commented 9 years ago
I changed checkboxes.ini to UTF-8 and checkboxes are disappeared.

Original comment by ujdyjrj...@gmail.com on 18 Jun 2010 at 3:28

Attachments: