summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_m17n.rb
Commit message (Expand)AuthorAgeFilesLines
* update tests for String#inspect replacing \xHH instead of \OOO.akr2007-12-091-27/+27
* * re.c (append_utf8): check unicode range.akr2007-12-091-0/+10
* * string.c (tr_find): returns true if no characters to be removed isnobu2007-12-091-0/+5
* * string.c (tr_trans): get rid of segfaults when has mulitbytes butnobu2007-12-091-0/+6
* * re.c (rb_reg_check_preprocess): new function for validating regexpakr2007-12-081-10/+25
* add test for UTF-8 bit pattern.akr2007-12-081-0/+59
* * encoding.c (rb_enc_mbclen): make it never fail.akr2007-12-081-3/+3
* * encoding.c (rb_enc_precise_mbclen): new function for mbclen withakr2007-12-061-113/+145
* s/unicode/Unicode/ in error messages.akr2007-12-021-7/+75
* * parse.y (regexp): fix /#{}\xa1\xa2/e to be EUC-JP. akr2007-12-021-0/+8
* * include/ruby/intern.h (rb_uv_to_utf8): declared.akr2007-12-011-7/+20
* more tests.akr2007-11-261-155/+77
* * include/ruby/encoding.h (rb_enc_str_asciionly_p): declared.akr2007-11-251-21/+189
* * re.c (REG_CASESTATE): unused macro removed.akr2007-11-231-0/+201