The documented max value for ${U+UnicodeCodepoint} should be U+10FFFF to match the limits of UTF-16
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6492 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5574a0e7a2
commit
c4bc732396
2 changed files with 2 additions and 2 deletions
|
@ -219,7 +219,7 @@ NSIS version as a 32 bit number.
|
|||
\c !error "NSIS 2.47 or higher is required to build this installer!"
|
||||
\c !endif
|
||||
|
||||
\S1{preunicodecodepoint} $\{U+1\}...$\{U+FFFFFFFF\}
|
||||
\S1{preunicodecodepoint} $\{U+1\}...$\{U+10FFFF\}
|
||||
|
||||
A Unicode (UCS-4) character.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue