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:
anders_k 2014-06-15 14:12:31 +00:00
parent 5574a0e7a2
commit c4bc732396
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -162,7 +162,7 @@ Released on May 19th, 2013
\b The index of the changed section is stored in $0 during .onSelChange callbacks (\W{http://sourceforge.net/support/tracker.php?aid=1634936}{RFE #1634936})
\b $\{U+1\}...$\{U+FFFFFFFF\} are treated as a Unicode characters unless there is already a define with that name (\W{http://sourceforge.net/support/tracker.php?aid=2084797}{RFE #2084797})
\b $\{U+1\}...$\{U+10FFFF\} are treated as a Unicode character unless there is already a define with that name (\W{http://sourceforge.net/support/tracker.php?aid=2084797}{RFE #2084797})
\S2{} Minor Changes