jimpark / unsis

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

UNSIS does not recognize .ini file in Unicode format #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We added to project checkboxes.ini file.
When it file in UTF-8, unsis installer not recognize it file and does not add 
information from it file.
When it file in ANSI, unsis recognize it file, but does not work  correctly: 
see bug http://code.google.com/p/unsis/issues/detail?id=2&can=1

Original issue reported on code.google.com by ujdyjrj...@gmail.com on 1 Jul 2010 at 1:51

Attachments:

GoogleCodeExporter commented 9 years ago
The INI files that Windows APIs recognize are those encoded as UTF16-LE.  You 
can open the file using notepad and save it as Unicode.  We use the win32 APIs 
for manipulating INI files so there's not much we can do in this case.

Original comment by jim%scra...@gtempaccount.com on 27 Aug 2010 at 8:31