]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
manpage: -futf8
authorWolfgang Bumiller <blub@speed.at>
Sat, 22 Dec 2012 21:48:41 +0000 (22:48 +0100)
committerWolfgang Bumiller <blub@speed.at>
Sun, 23 Dec 2012 09:23:42 +0000 (10:23 +0100)
doc/gmqcc.1

index 8ccc6e08203b825f8177d9269e7cbf252317b5d2..66225e482fe5a0df717549b832dce1be0d279eb0 100644 (file)
@@ -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
 and if statements which depend on a string will perform a NOT_S
 instruction on the string before using it.
 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
 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
 The configuration file is similar to regular .ini files. Comments
 start with hashtags or semicolons, sections are written in square
 .SH CONFIG
 The configuration file is similar to regular .ini files. Comments
 start with hashtags or semicolons, sections are written in square