summaryrefslogtreecommitdiffstats
path: root/generic/regc_locale.c
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2012-09-23 16:48:49 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2012-09-23 16:48:49 (GMT)
commit9405cbb06073c00a05b3df62c7d934ffc7cb43df (patch)
treeb7447552779bff5a13069516b87f365b3e014f03 /generic/regc_locale.c
parentc5aa1beac17604869926c66c6857c24bb22d63ff (diff)
downloadtcl-9405cbb06073c00a05b3df62c7d934ffc7cb43df.zip
tcl-9405cbb06073c00a05b3df62c7d934ffc7cb43df.tar.gz
tcl-9405cbb06073c00a05b3df62c7d934ffc7cb43df.tar.bz2
tip 318 update
FossilOrigin-Name: f09c1bc37736a61802bae0583d8e97c1376ca3fd
Diffstat (limited to 'generic/regc_locale.c')
-rw-r--r--generic/regc_locale.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/regc_locale.c b/generic/regc_locale.c
index 40791f4..8591311b 100644
--- a/generic/regc_locale.c
+++ b/generic/regc_locale.c
@@ -354,13 +354,14 @@ static const chr punctCharTable[] = {
*/
static const crange spaceRangeTable[] = {
- {0x9, 0xd}, {0x2000, 0x200a}
+ {0x9, 0xd}, {0x2000, 0x200b}
};
#define NUM_SPACE_RANGE (sizeof(spaceRangeTable)/sizeof(crange))
static const chr spaceCharTable[] = {
- 0x20, 0xa0, 0x1680, 0x180e, 0x2028, 0x2029, 0x202f, 0x205f, 0x3000
+ 0x20, 0x82, 0x83, 0x85, 0xa0, 0x1680, 0x180e, 0x2028, 0x2029,
+ 0x202f, 0x205f, 0x2060, 0x3000, 0xfeff
};
#define NUM_SPACE_CHAR (sizeof(spaceCharTable)/sizeof(chr))