diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-27 21:45:12 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-27 21:45:12 (GMT) |
commit | 4a52037c93838a968824b5e2f3d4f9b2f8034c34 (patch) | |
tree | 257a2ae5ec3e9450048169d759ea6a7243be768b /generic/regc_locale.c | |
parent | 5bd07adc46c72c884a301e9b5809239a783a2743 (diff) | |
download | tcl-4a52037c93838a968824b5e2f3d4f9b2f8034c34.zip tcl-4a52037c93838a968824b5e2f3d4f9b2f8034c34.tar.gz tcl-4a52037c93838a968824b5e2f3d4f9b2f8034c34.tar.bz2 |
Support Unicode 6.2 (Add Turkish lira sign)
Diffstat (limited to 'generic/regc_locale.c')
-rw-r--r-- | generic/regc_locale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/regc_locale.c b/generic/regc_locale.c index 6c421d7..6fd831d 100644 --- a/generic/regc_locale.c +++ b/generic/regc_locale.c @@ -617,7 +617,7 @@ static CONST crange graphRangeTable[] = { {0x1f48, 0x1f4d}, {0x1f50, 0x1f57}, {0x1f5f, 0x1f7d}, {0x1f80, 0x1fb4}, {0x1fb6, 0x1fc4}, {0x1fc6, 0x1fd3}, {0x1fd6, 0x1fdb}, {0x1fdd, 0x1fef}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffe}, {0x2010, 0x2027}, {0x2030, 0x205e}, - {0x2074, 0x208e}, {0x2090, 0x209c}, {0x20a0, 0x20b9}, {0x20d0, 0x20f0}, + {0x2074, 0x208e}, {0x2090, 0x209c}, {0x20a0, 0x20ba}, {0x20d0, 0x20f0}, {0x2100, 0x2189}, {0x2190, 0x23f3}, {0x2400, 0x2426}, {0x2440, 0x244a}, {0x2460, 0x26ff}, {0x2701, 0x2b4c}, {0x2b50, 0x2b59}, {0x2c00, 0x2c2e}, {0x2c30, 0x2c5e}, {0x2c60, 0x2cf3}, {0x2cf9, 0x2d25}, {0x2d30, 0x2d67}, |