mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-30 15:41:12 +00:00
manpage: -futf8
This commit is contained in:
parent
041f8a86d7
commit
3e6c98d65d
1 changed files with 5 additions and 0 deletions
|
@ -331,6 +331,11 @@ effectively causes the unary not in strings to use NOT_F instead.
|
||||||
An empty string is considered to be false everywhere. This means loops
|
An empty string is considered to be false everywhere. This means loops
|
||||||
and if statements which depend on a string will perform a NOT_S
|
and if statements which depend on a string will perform a NOT_S
|
||||||
instruction on the string before using it.
|
instruction on the string before using it.
|
||||||
|
.TP
|
||||||
|
.B -futf8
|
||||||
|
Enable utf8 characters. This allows utf-8 encoded character constants,
|
||||||
|
and escape sequence codepoints in the valid utf-8 range. Effectively
|
||||||
|
enabling escape sequences like '\\{x2211}'.
|
||||||
.SH CONFIG
|
.SH CONFIG
|
||||||
The configuration file is similar to regular .ini files. Comments
|
The configuration file is similar to regular .ini files. Comments
|
||||||
start with hashtags or semicolons, sections are written in square
|
start with hashtags or semicolons, sections are written in square
|
||||||
|
|
Loading…
Reference in a new issue