[BACK]Return to mandoc_char.7 CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mandoc_char.7 between version 1.52 and 1.55

version 1.52, 2013/04/28 07:54:01 version 1.55, 2013/12/22 13:18:27
Line 655  manual.
Line 655  manual.
 .It \e*(Ai   Ta \*(Ai       Ta ANSI standard name  .It \e*(Ai   Ta \*(Ai       Ta ANSI standard name
 .El  .El
 .Sh UNICODE CHARACTERS  .Sh UNICODE CHARACTERS
 The escape sequence  The escape sequences
 .Pp  .Pp
 .Dl \e[uXXXX]  .Dl \e[uXXXX] and \eC'uXXXX'
 .Pp  .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.  The codepoint must be in the range above U+0080 and less than U+10FFFF.
 For compatibility, points must be zero-padded to four characters; if  For compatibility, the hexadecimal digits
   .Sq A
   to
   .Sq F
   must be given as uppercase characters,
   and points must be zero-padded to four characters; if
 greater than four characters, no zero padding is allowed.  greater than four characters, no zero padding is allowed.
 Unicode surrogates are not allowed.  Unicode surrogates are not allowed.
 .\" .Pp  .\" .Pp
Line 728  known representation.
Line 733  known representation.
 The  The
 .Nm  .Nm
 manual page was written by  manual page was written by
 .An Kristaps Dzonsons ,  .An Kristaps Dzonsons Aq Mt kristaps@bsd.lv .
 .Mt kristaps@bsd.lv .  
 .Sh CAVEATS  .Sh CAVEATS
 The  The
 .Sq \e*(Ba  .Sq \e*(Ba

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.55

CVSweb