summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-01-09 20:31:27 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-01-09 20:31:27 (GMT)
commit0f369563d656dc5592d01b9736568bf7421ef93d (patch)
treed0809bc9f5392ef9e399297151823e01f896cfcf /tools
parent6ee0348cd69bd13d1817b423952ab4b81fd9f8d8 (diff)
parent05a1c1c8d017993fac4875d1baed7e62ece0bd93 (diff)
downloadtcl-0f369563d656dc5592d01b9736568bf7421ef93d.zip
tcl-0f369563d656dc5592d01b9736568bf7421ef93d.tar.gz
tcl-0f369563d656dc5592d01b9736568bf7421ef93d.tar.bz2
[Bug 3464428] string is graph \u0120 is wrong
Diffstat (limited to 'tools')
-rw-r--r--tools/uniClass.tcl1
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"