From: "Carl Hörberg" Date: 2011-04-06T18:19:11+09:00 Subject: [ruby-core:35626] [Ruby - Feature #2350] Unicode specific functionality on String in 1.9 Issue #2350 has been updated by Carl H��rberg. We need it to allow class names in foreign languages. Today "��tg��rd" ain't recognized as a constant, and there for can't be uses a class name. ---------------------------------------- Feature #2350: Unicode specific functionality on String in 1.9 http://redmine.ruby-lang.org/issues/2350 Author: Manfred Stienstra Status: Rejected Priority: Normal Assignee: Category: Target version: I was wondering is there are any plans to include Unicode aware methods for Unicode encodings on String? For example, upcase and downcase only handle ASCII characters at the moment. cafe = "Caf��" cafe.encoding # => # "Caf��".upcase # => CAF�� -- http://redmine.ruby-lang.org