mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* grapheme cluster implementation reverted. [ruby-dev:36375]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19417 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
22987dc7fe
commit
081c802cb9
25 changed files with 233 additions and 891 deletions
|
@ -108,9 +108,9 @@ big5_mbc_enc_len(const UChar* p, const UChar* e, OnigEncoding enc ARG_UNUSED)
|
|||
}
|
||||
|
||||
static OnigCodePoint
|
||||
big5_mbc_to_code(const UChar* p, const UChar* end, int *precise_ret, OnigEncoding enc)
|
||||
big5_mbc_to_code(const UChar* p, const UChar* end, OnigEncoding enc)
|
||||
{
|
||||
return onigenc_mbn_mbc_to_code(enc, p, end, precise_ret);
|
||||
return onigenc_mbn_mbc_to_code(enc, p, end);
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue