mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
cae3905e89
commit
dddbd864d1
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri Dec 4 18:57:57 2015 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||
|
||||
* enc/iso_8859_4.c: Added missing lower/upper-case character
|
||||
pair (U+014A and U+014B, LATIN CAPITAL/SMALL LETTER ENG)
|
||||
|
||||
Fri Dec 4 16:48:19 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* string.c (rb_obj_as_string): fstring should not be infected.
|
||||
|
|
|
@ -166,6 +166,7 @@ static const OnigPairCaseFoldCodes CaseFoldMap[] = {
|
|||
{ 0xab, 0xbb },
|
||||
{ 0xac, 0xbc },
|
||||
{ 0xae, 0xbe },
|
||||
{ 0xbd, 0xbf },
|
||||
|
||||
{ 0xc0, 0xe0 },
|
||||
{ 0xc1, 0xe1 },
|
||||
|
|
Loading…
Reference in a new issue