Actions
Bug #2379
closedString#[] returns invalid values for short multibyte strings
Description
=begin
In UTF-8 locale command
ruby -e 'print "ะน"[0,30]' | od -t x1
prints:
0000000 d0 b9 00 00
for ruby 1.9.1p333 (2009-11-02) [i586-linux-gnu]
0000000 d0 b9 00 00 00 00 00 00
for ruby 1.9.1p333 (2009-11-02) [x86_64-linux-gnu]
Minimum "len" to reproduce is 9 for i586 and 17 for x86_64.
=end
Actions
Like0
Like0Like0Like0Like0