summaryrefslogtreecommitdiff
path: root/enc
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-04 12:43:36 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-04 12:43:36 +0000
commit823f0719fac0bbd8c969deb40ac4a6358b4f3980 (patch)
tree26629fed36d67aca336144114b09e24f2d0c7050 /enc
parent7caf259869977b07e1a3f726dbd3dd77f08ddd64 (diff)
Remove wrong case conversion U+0294
[ruby-dev:45594] [Bug #6380] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc')
-rw-r--r--enc/unicode.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/enc/unicode.c b/enc/unicode.c
index beb5fa39f0..0fe5784859 100644
--- a/enc/unicode.c
+++ b/enc/unicode.c
@@ -322,7 +322,6 @@ static const CaseFold_11_Type CaseFold[] = {
{ 0x0232, {1, {0x0233}}},
{ 0x023b, {1, {0x023c}}},
{ 0x023d, {1, {0x019a}}},
- { 0x0241, {1, {0x0294}}},
{ 0x0345, {1, {0x03b9}}},
{ 0x0386, {1, {0x03ac}}},
{ 0x0388, {1, {0x03ad}}},
@@ -1300,7 +1299,6 @@ static const CaseUnfold_11_Type CaseUnfold_11[] = {
{ 0x028a, {1, {0x01b1 }}},
{ 0x028b, {1, {0x01b2 }}},
{ 0x0292, {1, {0x01b7 }}},
- { 0x0294, {1, {0x0241 }}},
{ 0x03ac, {1, {0x0386 }}},
{ 0x03ad, {1, {0x0388 }}},
{ 0x03ae, {1, {0x0389 }}},