From b81f1dbbf63c1777b56143495537664fc9708950 Mon Sep 17 00:00:00 2001 From: helly Date: Sun, 5 Nov 2006 00:59:07 +0000 Subject: [PATCH] - Update docu --- re2c/htdocs/manual.html | 11 ++++++++--- re2c/re2c.1.in | 6 ++++++ 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/re2c/htdocs/manual.html b/re2c/htdocs/manual.html index b08aa160..e35abc01 100755 --- a/re2c/htdocs/manual.html +++ b/re2c/htdocs/manual.html @@ -7,7 +7,7 @@

RE2C

Section: User Commands (1)
-Updated: 5 Aug 2006
+Updated: 5 Nov 2006
Index
  @@ -125,6 +125,11 @@ Specify the output file.

-s
Generate nested ifs for some switches. Many compilers need this assist to generate better code.

+
-u
+
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.

-v
Show version information.

-V
@@ -430,7 +435,7 @@ specification for each start condition (as illustrated in the above example).

VERSION INFORMATION

-

This manpage describes re2c, version 0.10.6.

+

This manpage describes re2c, version 0.11.0.


Index

@@ -454,6 +459,6 @@ specification for each start condition (as illustrated in the above example).

This document was created by man2html, using the manual pages.
-Time: 00:00:00 GMT, August 5, 2006

+Time: 00:00:00 GMT, November 5, 2006

diff --git a/re2c/re2c.1.in b/re2c/re2c.1.in index 0dc5f7a5..a1c9fa95 100644 --- a/re2c/re2c.1.in +++ b/re2c/re2c.1.in @@ -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 -- 2.40.0