зеркало из https://github.com/github/ruby.git
refine error message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14475 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
05ac036933
Коммит
fa3d06c738
2
re.c
2
re.c
|
@ -956,7 +956,7 @@ rb_reg_prepare_re(VALUE re, VALUE str)
|
|||
if ((RBASIC(re)->flags & REG_ENCODING_NONE) &&
|
||||
enc != rb_ascii_encoding() &&
|
||||
rb_enc_str_coderange(str) != ENC_CODERANGE_7BIT) {
|
||||
rb_warn("none encoding regexp with non ASCII string (string encoding: %s)",
|
||||
rb_warn("regexp match /.../n against to %s string",
|
||||
rb_enc_name(enc));
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче