Diff for /charlint/Overview.html between versions 1.47 and 1.48

version 1.47, 2000/08/03 08:41:37 version 1.48, 2000/08/03 08:42:32
Line 85  list of options such as the one below ca Line 85  list of options such as the one below ca
 <pre>(options prefixed by # are currently not available)  <pre>(options prefixed by # are currently not available)
 -b: Remove initial 'Byte Order Mark'  -b: Remove initial 'Byte Order Mark'
 -B: Supress warning about initial 'Byte Order Mark'  -B: Supress warning about initial 'Byte Order Mark'
   -C: Do not normalize
 -d: Debug: Thoroughly check character data table input  -d: Debug: Thoroughly check character data table input
 -D: Leave after reading in character data  -D: Leave after reading in character data
 -e: # remove undefined codepoints  -e: # remove undefined codepoints
 -E: Do not warn about undefined codepoints  -E: Do not warn about undefined codepoints
 -f file: Read data from file  -f file: Read data from file
          (please use newest V3.0 beta datafiles)           (please use newest V3.0 beta datafiles)
 -C: Do not normalize  
 -h: Prints out this short description  -h: Prints out this short description
   -k: # Warn about compatibility codepoints
   -K: # Normalize out compatibility codepoints
 -n: Accept &amp;#ddddd; and &amp;#xhhhh; on input  -n: Accept &amp;#ddddd; and &amp;#xhhhh; on input
         (beware of &lt;![CDATA[, &lt;SCRIPT>, &lt;STYLE>)          (beware of &lt;![CDATA[, &lt;SCRIPT>, &lt;STYLE>)
 -N: Produce &amp;#xhh; on output  -N: Produce &amp;#xhhhh; on output
 -o: Print out 'unprintable' bytes as octal  -o: Print out 'unprintable' bytes as \octal
 -p: # Remove stuff in private zone  -p: # Remove stuff in private zone
 -P: Supress checking private zone  -P: Supress checking private zone
 -u: # Fix UTF-8 (convert or remove)  -u: # Fix UTF-8 (convert or remove)
 -U: Supress checking correctness of UTF-8  -U: Supress checking correctness of UTF-8
 -v: Print version</pre>  -v: Print version
   -x: Do decomposition only
   -X: Don't do decomposition (assume input is decomposed)</pre>
   
 <h3><a name="Version">Version History</a></h3>  <h3><a name="Version">Version History</a></h3>
 <pre># 2000/08/03: 0.40, added Hangul support and did quite some testing  MJD  <pre># 2000/08/03: 0.40, added Hangul support and did quite some testing  MJD

Removed from v.1.47  
changed lines
  Added in v.1.48


Webmaster