jimpark / unsis

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

Hyperlink at end of ANSI EULA is truncated #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I have an ANSI .txt EULA being loaded by MUI 1's license page. The last 
characters in the EULA are part of a hyperlink. When compiling with NSIS 
Unicode the final character is removed, making the link bad. The final 
character is a standard English character (the letter 'y'). The link location 
appears as www.opencandy.com/privacy-policy with no http prefix. 

What is the expected output? What do you see instead?
Characters should not be removed during conversion from ANSI.

What version of the product are you using? On what operating system?
2.46 on Windows 7 x64.

Please provide any additional information below.
You can reach me at diggie [at] opencandy (dotcom) if any further detail is 
required.

Original issue reported on code.google.com by DigitAl...@gmail.com on 18 Nov 2010 at 1:11

GoogleCodeExporter commented 9 years ago
It looks like a quirk with RichEdit control in Windows. Please add a newline at 
the end of your EULA. This should fix the problem.

Original comment by jim%scra...@gtempaccount.com on 6 Jul 2011 at 2:31