зеркало из https://github.com/github/ruby.git
Fallback to built-in UTF-8 for miniruby
Source code encoding is defaulted to UTF-8 now too.
This commit is contained in:
Родитель
8c3a60df2a
Коммит
9e67a38fde
|
@ -1376,7 +1376,7 @@ rb_locale_encindex(void)
|
|||
{
|
||||
int idx = rb_locale_charmap_index();
|
||||
|
||||
if (idx < 0) idx = ENCINDEX_ASCII;
|
||||
if (idx < 0) idx = ENCINDEX_UTF_8;
|
||||
|
||||
if (rb_enc_registered("locale") < 0) {
|
||||
# if defined _WIN32
|
||||
|
|
Загрузка…
Ссылка в новой задаче