[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.51 and 1.54

version 1.51, 2011/11/23 10:09:30 version 1.54, 2013/11/10 14:32:57
Line 661  The escape sequence
Line 661  The escape sequence
 .Pp  .Pp
 is interpreted as a Unicode codepoint.  is interpreted as a Unicode codepoint.
 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 684  For example, do not use \eN'34', use \e(dq, or even th
Line 689  For example, do not use \eN'34', use \e(dq, or even th
 .Sq \(dq  .Sq \(dq
 character where possible.  character where possible.
 .Sh COMPATIBILITY  .Sh COMPATIBILITY
 This section documents compatibility between mandoc and other other  This section documents compatibility between mandoc and other
 troff implementations, at this time limited to GNU troff  troff implementations, at this time limited to GNU troff
 .Pq Qq groff .  .Pq Qq groff .
 .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.51  
changed lines
  Added in v.1.54

CVSweb