[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.27 and 1.29

version 1.27, 2009/10/17 04:37:52 version 1.29, 2009/11/16 09:52:47
Line 76  Note that each output mode will have a different rende
Line 76  Note that each output mode will have a different rende
 characters.  It's guaranteed that each input symbol will correspond to a  characters.  It's guaranteed that each input symbol will correspond to a
 (more or less) meaningful output rendering, regardless the mode.  (more or less) meaningful output rendering, regardless the mode.
 .  .
 .Ss ASCII output  
 Formatting documents with ASCII output results in a 7-bit ASCII  
 approximation of zero or more characters, for example, the  
 .Dq aleph  
 character  
 .Sq \e(Ah  
 will render as  
 .Sq N .  
 Approximations are a best-effort, and naturally some clarity will be lost.  
 .  .
 .Ss HTML output  
 The HTML output mode uses decimal-encoded UTF-8 for sequences, for  
 example, the  
 .Dq aleph  
 character  
 .Sq \e(Ah  
 will render as  
 .Sq ℵ .  
 .  
 .  
 .Sh SPECIAL CHARACTERS  .Sh SPECIAL CHARACTERS
 These are the preferred input symbols for producing special characters.  These are the preferred input symbols for producing special characters.
 .  .
Line 110  Spacing:
Line 91  Spacing:
 .It \e&      Ta zero-width space  .It \e&      Ta zero-width space
 .It \e|      Ta zero-width space  .It \e|      Ta zero-width space
 .It \e0      Ta breaking, non-collapsing digit-width space  .It \e0      Ta breaking, non-collapsing digit-width space
   .It \ec      Ta removes any trailing space (if applicable)
 .El  .El
 .  .
 .Pp  .Pp

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.29

CVSweb