summaryrefslogtreecommitdiff
path: root/enc/unicode/name2ctype.src
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-08 18:07:08 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-08 18:07:08 +0000
commit5a4ce608e28068ffc149e869a4bcf6d8c48ca45d (patch)
tree411fceb669025bfd391807c3f941f3d3052ea435 /enc/unicode/name2ctype.src
parentf0cdcf6f4e5b18f386fcee033b5cc35042bc4289 (diff)
* tool/enc-unicode.rb: optimized.
* enc/unicode/name2ctype.h, enc/unicode/name2ctype.h.blt, enc/unicode/name2ctype.kwd, enc/unicode/name2ctype.src: U+100000-U+10FFFD is assigned, not Cn. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/unicode/name2ctype.src')
-rw-r--r--enc/unicode/name2ctype.src8
1 files changed, 5 insertions, 3 deletions
diff --git a/enc/unicode/name2ctype.src b/enc/unicode/name2ctype.src
index 46058a8341..42e1244fe6 100644
--- a/enc/unicode/name2ctype.src
+++ b/enc/unicode/name2ctype.src
@@ -3923,7 +3923,7 @@ static const OnigCodePoint CR_Any[] = {
/* 'Assigned': - */
static const OnigCodePoint CR_Assigned[] = {
- 484,
+ 485,
0x0000, 0x0377,
0x037a, 0x037e,
0x0384, 0x038a,
@@ -4408,6 +4408,7 @@ static const OnigCodePoint CR_Assigned[] = {
0xe0020, 0xe007f,
0xe0100, 0xe01ef,
0xf0000, 0xffffd,
+ 0x100000, 0x10fffd,
}; /* CR_Assigned */
/* 'C': Major Category */
@@ -4464,7 +4465,7 @@ static const OnigCodePoint CR_Cf[] = {
/* 'Cn': General Category */
static const OnigCodePoint CR_Cn[] = {
- 484,
+ 485,
0x0378, 0x0379,
0x037f, 0x0383,
0x038b, 0x038b,
@@ -4948,7 +4949,8 @@ static const OnigCodePoint CR_Cn[] = {
0xe0002, 0xe001f,
0xe0080, 0xe00ff,
0xe01f0, 0xeffff,
- 0xffffe, 0x10ffff,
+ 0xffffe, 0xfffff,
+ 0x10fffe, 0x10ffff,
}; /* CR_Cn */
/* 'Co': General Category */