diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-10 03:20:49 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-10 03:20:49 +0000 |
| commit | 9344641613305cab69d43aaaa1ed078f47dd1f68 (patch) | |
| tree | e366230aef1ccb2071f94012c7bda49047407eb3 | |
| parent | 3ccd5d6e6a8985d9f6a84fd434bae06800decc92 (diff) | |
| download | ruby-9344641613305cab69d43aaaa1ed078f47dd1f68.tar.gz ruby-9344641613305cab69d43aaaa1ed078f47dd1f68.tar.xz ruby-9344641613305cab69d43aaaa1ed078f47dd1f68.zip | |
* enc/unicode/name2ctype.h: update.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | enc/unicode/name2ctype.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/enc/unicode/name2ctype.h b/enc/unicode/name2ctype.h index bbc19caf4..9fcd60a13 100644 --- a/enc/unicode/name2ctype.h +++ b/enc/unicode/name2ctype.h @@ -3959,7 +3959,7 @@ static const OnigCodePoint CR_Any[] = { /* 'Assigned': - */ static const OnigCodePoint CR_Assigned[] = { - 484, + 485, 0x0000, 0x0377, 0x037a, 0x037e, 0x0384, 0x038a, @@ -4444,6 +4444,7 @@ static const OnigCodePoint CR_Assigned[] = { 0xe0020, 0xe007f, 0xe0100, 0xe01ef, 0xf0000, 0xffffd, + 0x100000, 0x10fffd, }; /* CR_Assigned */ /* 'C': Major Category */ @@ -4500,7 +4501,7 @@ static const OnigCodePoint CR_Cf[] = { /* 'Cn': General Category */ static const OnigCodePoint CR_Cn[] = { - 484, + 485, 0x0378, 0x0379, 0x037f, 0x0383, 0x038b, 0x038b, @@ -4984,7 +4985,8 @@ static const OnigCodePoint CR_Cn[] = { 0xe0002, 0xe001f, 0xe0080, 0xe00ff, 0xe01f0, 0xeffff, - 0xffffe, 0x10ffff, + 0xffffe, 0xfffff, + 0x10fffe, 0x10ffff, }; /* CR_Cn */ /* 'Co': General Category */ |
