From 5a4ce608e28068ffc149e869a4bcf6d8c48ca45d Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 8 Oct 2009 18:07:08 +0000 Subject: * 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 --- enc/unicode/name2ctype.h.blt | 8 +++++--- enc/unicode/name2ctype.kwd | 8 +++++--- enc/unicode/name2ctype.src | 8 +++++--- 3 files changed, 15 insertions(+), 9 deletions(-) (limited to 'enc/unicode') diff --git a/enc/unicode/name2ctype.h.blt b/enc/unicode/name2ctype.h.blt index bbc19caf4d..9fcd60a135 100644 --- a/enc/unicode/name2ctype.h.blt +++ b/enc/unicode/name2ctype.h.blt @@ -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 */ diff --git a/enc/unicode/name2ctype.kwd b/enc/unicode/name2ctype.kwd index 46058a8341..42e1244fe6 100644 --- a/enc/unicode/name2ctype.kwd +++ b/enc/unicode/name2ctype.kwd @@ -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 */ 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 */ -- cgit v1.2.3