]> granicus.if.org Git - re2c/commitdiff
- Update docu
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sun, 5 Nov 2006 00:59:07 +0000 (00:59 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sun, 5 Nov 2006 00:59:07 +0000 (00:59 +0000)
re2c/htdocs/manual.html
re2c/re2c.1.in

index b08aa1603d66d74a10c24c8c33c895c2770b660c..e35abc011f7e2d21869af8e02e6841063876d23e 100755 (executable)
@@ -7,7 +7,7 @@
 <body>
 <h1>RE2C</h1>
 Section: User Commands (1)<br />
-Updated: 5 Aug 2006<br />
+Updated: 5 Nov 2006<br />
 <a href="#index">Index</a>
 <hr />
 <a name="lbAB" id="lbAB">&nbsp;</a>
@@ -125,6 +125,11 @@ Specify the output file.<br /><br /></dd>
 <dt><b>-s</b></dt>
 <dd>Generate nested ifs for some switches. Many compilers need this assist to
 generate better code.<br /><br /></dd>
+<dt><b>-u</b></dt>
+<dd>Generate a parser that supports Unicode chars (UTF-32). This means the 
+generated code can deal with any valid Unicode character up to 0x10FFFF. When
+UTF-8 or UTF-16 needs to be supported you need to convert the incoming stream
+to UTF-32 upon input yourself.<br /><br /></dd>
 <dt><b>-v</b></dt>
 <dd>Show version information.<br /><br /></dd>
 <dt><b>-V</b></dt>
@@ -430,7 +435,7 @@ specification for each start condition (as illustrated in the above example).
 <br />
 <a name="lbAO" id="lbAO"> </a>
 <h2>VERSION INFORMATION</h2>
-<p>This manpage describes <b>re2c</b>, version 0.10.6.</p>
+<p>This manpage describes <b>re2c</b>, version 0.11.0.</p>
 <hr />
 <a name="index" id="index"> </a>
 <h2>Index</h2>
@@ -454,6 +459,6 @@ specification for each start condition (as illustrated in the above example).
 <br />
 <hr />
 <p>This document was created by man2html, using the manual pages.<br />
-Time: 00:00:00 GMT, August 5, 2006</p>
+Time: 00:00:00 GMT, November 5, 2006</p>
 </body>
 </html>
index 0dc5f7a551a1222daabde58f677e447537ab586a..a1c9fa95e9e09f82a188b752f543ba8293802426 100644 (file)
@@ -141,6 +141,12 @@ Specify the output file.
 Generate nested \fCif\fPs for some \fCswitch\fPes.  Many compilers need this
 assist to generate better code.
 .TP
+\fB-u\fP
+Generate a parser that supports Unicode chars (UTF-32). This means the 
+generated code can deal with any valid Unicode character up to 0x10FFFF. When
+UTF-8 or UTF-16 needs to be supported you need to convert the incoming stream
+to UTF-32 upon input yourself.
+.TP
 \fB-v\fP
 Show version information.
 .TP