diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2013-12-22 13:18:27 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2013-12-22 13:18:27 +0000 |
commit | 832bba5f4dbdabe6666da2983f9962dbe565ed51 (patch) | |
tree | ba35ad83ff4304fbd309678f7b64343ddc783df5 /mandoc_char.7 | |
parent | d811213134b49a83e1f9097dd5774cd3bfe43d86 (diff) | |
download | mandoc-832bba5f4dbdabe6666da2983f9962dbe565ed51.tar.gz |
Document the alternative syntax \C'uXXXX' for Unicode characters.
Forgotten when committing mandoc.c rev. 1.70.
Diffstat (limited to 'mandoc_char.7')
-rw-r--r-- | mandoc_char.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mandoc_char.7 b/mandoc_char.7 index bd37295c..f6c6e79e 100644 --- a/mandoc_char.7 +++ b/mandoc_char.7 @@ -655,11 +655,11 @@ manual. .It \e*(Ai Ta \*(Ai Ta ANSI standard name .El .Sh UNICODE CHARACTERS -The escape sequence +The escape sequences .Pp -.Dl \e[uXXXX] +.Dl \e[uXXXX] and \eC'uXXXX' .Pp -is interpreted as a Unicode codepoint. +are interpreted as Unicode codepoints. The codepoint must be in the range above U+0080 and less than U+10FFFF. For compatibility, the hexadecimal digits .Sq A |