summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-01-29 22:49:52 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-01-29 22:49:52 (GMT)
commit7f3416400096e5498584c1ee4cad6b110314a936 (patch)
tree8db98f247835bdfddc5466c82209e9dbfad15361
parentc6539f705204b2d9e3162304ac3a06c824ce5f39 (diff)
downloadtcl-7f3416400096e5498584c1ee4cad6b110314a936.zip
tcl-7f3416400096e5498584c1ee4cad6b110314a936.tar.gz
tcl-7f3416400096e5498584c1ee4cad6b110314a936.tar.bz2
Backout TIP #413 as well
-rw-r--r--generic/regc_locale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/regc_locale.c b/generic/regc_locale.c
index 3c10cb6..2a4248e 100644
--- a/generic/regc_locale.c
+++ b/generic/regc_locale.c
@@ -389,7 +389,7 @@ static const crange spaceRangeTable[] = {
#define NUM_SPACE_RANGE (sizeof(spaceRangeTable)/sizeof(crange))
static const chr spaceCharTable[] = {
- 0x20, 0x85, 0xa0, 0x1680, 0x180e, 0x2028, 0x2029, 0x202f, 0x205f,
+ 0x20, 0xa0, 0x1680, 0x180e, 0x2028, 0x2029, 0x202f, 0x205f,
0x2060, 0x3000, 0xfeff
};