fixed eol
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6339 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
214c882723
commit
fbd0cdd0f7
5 changed files with 569 additions and 569 deletions
|
@ -1,30 +1,30 @@
|
|||
; unicode is not enabled by default
|
||||
; unicode installers will not be able to run on Windows 9x!
|
||||
Unicode true
|
||||
|
||||
Name "Unicode Games"
|
||||
OutFile "unicode.exe"
|
||||
|
||||
ShowInstDetails show
|
||||
|
||||
XPStyle on
|
||||
|
||||
Section "Unicode in UI"
|
||||
|
||||
DetailPrint "Hello World!"
|
||||
DetailPrint "שלום עולם!"
|
||||
DetailPrint "مرحبا العالم!"
|
||||
DetailPrint "こんにちは、世界!"
|
||||
DetailPrint "你好世界!"
|
||||
DetailPrint "привет мир!"
|
||||
DetailPrint "안녕하세요!"
|
||||
|
||||
DetailPrint "${U+00A9}" # arbitrary unicode chars
|
||||
|
||||
SectionEnd
|
||||
|
||||
Section "Unicode in Files"
|
||||
|
||||
# TODO add file I/O unicode function examples
|
||||
|
||||
SectionEnd
|
||||
; unicode is not enabled by default
|
||||
; unicode installers will not be able to run on Windows 9x!
|
||||
Unicode true
|
||||
|
||||
Name "Unicode Games"
|
||||
OutFile "unicode.exe"
|
||||
|
||||
ShowInstDetails show
|
||||
|
||||
XPStyle on
|
||||
|
||||
Section "Unicode in UI"
|
||||
|
||||
DetailPrint "Hello World!"
|
||||
DetailPrint "שלום עולם!"
|
||||
DetailPrint "مرحبا العالم!"
|
||||
DetailPrint "こんにちは、世界!"
|
||||
DetailPrint "你好世界!"
|
||||
DetailPrint "привет мир!"
|
||||
DetailPrint "안녕하세요!"
|
||||
|
||||
DetailPrint "${U+00A9}" # arbitrary unicode chars
|
||||
|
||||
SectionEnd
|
||||
|
||||
Section "Unicode in Files"
|
||||
|
||||
# TODO add file I/O unicode function examples
|
||||
|
||||
SectionEnd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue