mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
5e9d33ad49
swapcase functionality for titlecase characters. Swapcase isn't defined by Unicode, because the purpose/usage of swapcase is unclear anyway. The implementation follows a proposal from Nobu, swaping the case of each component of a titlecase character individually. This means that the titlecase characters have to be decomposed. * enc/unicode.c: Code using the above data. * test/ruby/enc/test_case_mapping.rb: Tests for the above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
||
---|---|---|
.. | ||
test_big5.rb | ||
test_case_mapping.rb | ||
test_casing_options.rb | ||
test_cp949.rb | ||
test_emoji.rb | ||
test_euc_jp.rb | ||
test_euc_kr.rb | ||
test_euc_tw.rb | ||
test_gb18030.rb | ||
test_gbk.rb | ||
test_iso_8859.rb | ||
test_koi8.rb | ||
test_regex_casefold.rb | ||
test_shift_jis.rb | ||
test_utf16.rb | ||
test_utf32.rb | ||
test_windows_1251.rb | ||
test_windows_1252.rb |