Japanese translation bug
My partner from Japan report about Japanese translation bug, you can see attachment - in the GUI for Readme added symbol and I can't remove this symbol
But several years I can't use 3 lines for uninstall pages
I need to define so?:
!define MUI_UNWELCOMEPAGE_TITLE_3LINES
!define MUI_UNFINISHPAGE_TITLE_3LINES
That Y sign with the double cross line is the path separator in Japanese and indeed the language file contains a backslash when you open it without decoding. Are you sure you're using MUI2? This should only happen with MUI1 as it's the only one escaping the backslashes.
Wow, I can't believe I missed that twice. Anyway, it's using MUI.nsh and not MUI2.nsh. You should upgrade and this will go away.