зеркало из https://github.com/github/ruby.git
Get rid of infinite recursion at loading transcoder
Disable encoding US-ASCII path to filesystem on Windows too. [Bug #16392]
This commit is contained in:
Родитель
d2f04d332f
Коммит
04e95f8985
2
file.c
2
file.c
|
@ -237,7 +237,7 @@ rb_str_encode_ospath(VALUE path)
|
|||
{
|
||||
#if USE_OSPATH
|
||||
int encidx = ENCODING_GET(path);
|
||||
#ifdef _WIN32
|
||||
#if 0 && defined _WIN32
|
||||
if (encidx == ENCINDEX_ASCII) {
|
||||
encidx = rb_filesystem_encindex();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче