aboutsummaryrefslogtreecommitdiffstats
path: root/enc/iso_8859_4.c
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-04 09:57:59 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-04 09:57:59 +0000
commit8c61d2e06bc494903b13b51bc89d2405ae453af5 (patch)
tree586fb8d2d5cd6a9312b7b5f477e1c293b7fbf584 /enc/iso_8859_4.c
parent73bfa994dca546d8dac97372100261c83a8da9b7 (diff)
downloadruby-8c61d2e06bc494903b13b51bc89d2405ae453af5.tar.gz
enc/iso_8859_4.c: Added missing lower/upper-case character
pair (U+014A and U+014B, LATIN CAPITAL/SMALL LETTER ENG) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/iso_8859_4.c')
-rw-r--r--enc/iso_8859_4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/enc/iso_8859_4.c b/enc/iso_8859_4.c
index 48b999e756..6a74406303 100644
--- a/enc/iso_8859_4.c
+++ b/enc/iso_8859_4.c
@@ -166,6 +166,7 @@ static const OnigPairCaseFoldCodes CaseFoldMap[] = {
{ 0xab, 0xbb },
{ 0xac, 0xbc },
{ 0xae, 0xbe },
+ { 0xbd, 0xbf },
{ 0xc0, 0xe0 },
{ 0xc1, 0xe1 },