jimpark / unsis

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

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by hsuva...@gmail.com on 4 May 2012 at 6:41

GoogleCodeExporter commented 9 years ago
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.

Original comment by ElderShe...@gmail.com on 18 Jun 2012 at 3:55

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 5643fc2df7ec.

Original comment by j...@scratchpaper.com on 30 Aug 2012 at 5:11

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

Original comment by j...@scratchpaper.com on 30 Aug 2012 at 5:20