Export to GitHub

unsis - issue #21

There is an extra "\" word in the welcome page


Posted on May 4, 2012 by Helpful Dog

What steps will reproduce the problem? 1. Welcome Page

What is the expected output? What do you see instead? Right:......這將允許「安裝程式」更新指定的系統...... Wrong:......這將允許\「安裝程式」更新指定的系統......

What version of the product are you using? On what operating system? Version is 2.46.3a Windows 7 professional 32bit

Please provide any additional information below. The file locates C:\Program Files\NSIS\Unicode\Contrib\Language files\TradChinese.nsh

Comment #1

Posted on Jun 18, 2012 by Happy Horse

The fix for unicode is to simply remove the "\" from TradChinese.nsh This issue exists in the original ansi NSIS as well and that is why the conversion of TradChinese.nsh to unicode still has the extra .

The fix for ansi was to modify function Nsis2Io found in Include/InstallOptions.nsh, but that modification is not needed with unicode.

Comment #2

Posted on Aug 30, 2012 by Massive Rabbit

This issue was closed by revision 5643fc2df7ec.

Comment #3

Posted on Aug 30, 2012 by Massive Rabbit

What was the change for Nsis2Io? If it's a general fix, I'd like to get it into my code as well.

Status: Fixed

Labels:
Type-Defect Priority-Medium