diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-02-02 21:13:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-02-02 21:13:03 (GMT) |
commit | da5f0a7d00189cc96fa27b38edfa994ff3db3f7c (patch) | |
tree | 4bb33e3480486ac9a1f564c9d448c909aef98507 /tools/uniParse.tcl | |
parent | c55e690196895fde865b1093ba33f375f8c98dba (diff) | |
parent | 02b3c85edaf8ff8a0878716a4b426629fceb32ac (diff) | |
download | tcl-da5f0a7d00189cc96fa27b38edfa994ff3db3f7c.zip tcl-da5f0a7d00189cc96fa27b38edfa994ff3db3f7c.tar.gz tcl-da5f0a7d00189cc96fa27b38edfa994ff3db3f7c.tar.bz2 |
[Frq 3464401] Support Unicode 6.1
Diffstat (limited to 'tools/uniParse.tcl')
-rw-r--r-- | tools/uniParse.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/uniParse.tcl b/tools/uniParse.tcl index baf8a4b..e33b3c7 100644 --- a/tools/uniParse.tcl +++ b/tools/uniParse.tcl @@ -337,7 +337,7 @@ static const int groups\[\] = {" puts $f $line puts -nonewline $f "}; -#if UTF_MAX_LEN > 3 +#if TCL_UTF_MAX > 3 # define UNICODE_OUT_OF_RANGE(ch) (((ch) & 0x1fffff) >= [format 0x%x $next]) #else # define UNICODE_OUT_OF_RANGE(ch) (((ch) & 0x1f0000) != 0) |