revert r58954 temporarily
Revert change to maximum of 4 bytes for UTF-8 characters at r58954 temporarily. This failed spec at https://travis-ci.org/ruby/ruby/builds/237086017, but it is totally unclear why. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a03690ae73
commit
e07bff3ce3
@ -417,7 +417,7 @@ get_case_fold_codes_by_str(OnigCaseFoldType flag,
|
|||||||
OnigEncodingDefine(utf_8, UTF_8) = {
|
OnigEncodingDefine(utf_8, UTF_8) = {
|
||||||
mbc_enc_len,
|
mbc_enc_len,
|
||||||
"UTF-8", /* name */
|
"UTF-8", /* name */
|
||||||
4, /* max byte length */
|
6, /* max byte length */
|
||||||
1, /* min byte length */
|
1, /* min byte length */
|
||||||
is_mbc_newline,
|
is_mbc_newline,
|
||||||
mbc_to_code,
|
mbc_to_code,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user