summaryrefslogtreecommitdiff
path: root/test/ruby/enc/test_cesu8.rb
AgeCommit message (Collapse)Author
2023-03-18Fix handling of 6-byte codepoints in left_adjust_char_head in CESU-8 encodingJosef Haider
Notes: Merged: https://github.com/ruby/ruby/pull/7510 Merged-By: nobu <nobu@ruby-lang.org>
2019-06-24Add new encoding CESU-8 [Feature #15931]NARUSE, Yui