Support special ${U+1}...${U+FFFFFFFF} Unicode character defines
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6324 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
12cb8bf7e3
commit
9fa3398dd9
5 changed files with 56 additions and 0 deletions
|
@ -213,6 +213,13 @@ 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\}
|
||||
|
||||
A Unicode (UCS-4) character.
|
||||
|
||||
\c !define U+ABC "SIS" # Define will override
|
||||
\c DetailPrint "${U+2115}${U+ABC}" # DOUBLE-STRUCK CAPITAL N + "SIS"
|
||||
|
||||
\S1{scopepredefines} Scope Predefines
|
||||
|
||||
Standard predefines that contain information of the current code scope.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue