DavidGoose
3rd June 2005 15:01 UTC
How to edit an Unicode .nsh
Hi experts,
I want NSIS support my language (Vietnamese) for modern UI.
I edit a file Vietnamese.nsh. The problem is that NSIS only accept ASSCCI file, I need Unicode to display my language.
So what should I do ?
Thank you in advance,
V.
DavidGoose
3rd June 2005 15:05 UTC
A small explanation,
I know how to deal with Language support. If I use ANSI .nsh file, it works well. The only problem that Vietnamese language can not be display only with ANSI, it needs Unicode for some special characters. NSIS does not seem to support UNICODE !? as I know so far. Because when I used Unicode, the NSIS compiler showed error saying that it can not understand UNICODE.
kichik
3rd June 2005 19:23 UTC
NSIS doesn't support Unicode. You'd have to use just letters available in the code page.
DavidGoose
4th June 2005 02:07 UTC
Originally posted by kichik
NSIS doesn't support Unicode. You'd have to use just letters available in the code page.
Do you developers intend to support UNICODE in near future ???
I think it's better to do so because many many languages in this world only display correctly with UNICODE.
V.
kichik
4th June 2005 09:58 UTC
Not in the near future.
Obucinac
18th June 2005 23:10 UTC
Originally posted by DavidGoose
I think it's better to do so because many many languages in this world only display correctly with UNICODE.
V.
I'm not a NSIS developer, but I want to tell you something. Man, I would kill for unicode, but many many developing tools are not good with unicode... OS himself is not good with unicode. Today, developing UNICODE software IS a problem.