зеркало из https://github.com/github/ruby.git
* enc/shift_jis.c (code_is_ctype): HALF WIDTH KATAKANA is
a character. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
0ef21e44e7
Коммит
5b7dfb7c13
|
@ -1,3 +1,8 @@
|
|||
Tue Jul 1 19:01:00 2008 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* enc/shift_jis.c (code_is_ctype): HALF WIDTH KATAKANA is
|
||||
a character.
|
||||
|
||||
Tue Jul 1 17:56:34 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* missing/vsnprintf.c (BSD__uqtoa): constified.
|
||||
|
|
|
@ -313,7 +313,7 @@ is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc)
|
|||
return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype);
|
||||
else {
|
||||
if (CTYPE_IS_WORD_GRAPH_PRINT(ctype)) {
|
||||
return (code_to_mbclen(code, enc) > 1 ? TRUE : FALSE);
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче