lang / unicode_utils

Unicode algorithms for Ruby 1.9
http://unicode-utils.rubyforge.org/
BSD 2-Clause "Simplified" License
113 stars 15 forks source link

Upcase does not work with Cyrillics #11

Open pboettcher opened 10 years ago

pboettcher commented 10 years ago

irb(main):001:0> require 'unicode_utils/upcase' => true irb(main):002:0> puts UnicodeUtils.upcase('абвгдеёжзийклмнопрстуфхцчшщъыьэюя') абвгде╤жзийклмноп└┴┬├─┼╞╟╚╔╩╦╠═╬╧ => nil

Expected result is: АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ

ZaWertun commented 7 years ago

Can't confirm for unicode_utils-1.4.0. unicode_utils