Export to GitHub

unsis - issue #7

Hyperlink at end of ANSI EULA is truncated


Posted on Nov 18, 2010 by Swift Lion

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.

Comment #1

Posted on Jul 6, 2011 by Happy Horse

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.

Status: WontFix

Labels:
Type-Defect Priority-Medium