diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-01-09 20:31:27 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-01-09 20:31:27 (GMT) |
commit | f7f4a7a4b7cfdc27c9c08d91bb8cea6d571d1c1f (patch) | |
tree | d0809bc9f5392ef9e399297151823e01f896cfcf /tools/uniClass.tcl | |
parent | 21cf79b98c38e05e40e0fccfb2a6b00cd9224792 (diff) | |
parent | 2908f47e6cc2661771200116780b69f4c4a434f4 (diff) | |
download | tcl-f7f4a7a4b7cfdc27c9c08d91bb8cea6d571d1c1f.zip tcl-f7f4a7a4b7cfdc27c9c08d91bb8cea6d571d1c1f.tar.gz tcl-f7f4a7a4b7cfdc27c9c08d91bb8cea6d571d1c1f.tar.bz2 |
[Bug 3464428] string is graph \u0120 is wrong
Diffstat (limited to 'tools/uniClass.tcl')
-rw-r--r-- | tools/uniClass.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/uniClass.tcl b/tools/uniClass.tcl index 9a1bf13..282ce95 100644 --- a/tools/uniClass.tcl +++ b/tools/uniClass.tcl @@ -87,6 +87,7 @@ puts "/* foreach {type desc} { alpha "alphabetic characters" + control "control characters" digit "decimal digit characters" punct "punctuation characters" space "white space characters" |