1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/ruby/enc
duerst 5e9d33ad49 * enc/unicode/case-folding.rb, casefold.h: Data generation to implement
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
2016-04-01 11:58:47 +00:00
..
test_big5.rb
test_case_mapping.rb * enc/unicode/case-folding.rb, casefold.h: Data generation to implement 2016-04-01 11:58:47 +00:00
test_casing_options.rb test/ruby: suppress parser warnings 2016-02-19 07:48:02 +00:00
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/ruby: suppress parser warnings 2016-02-19 07:48:02 +00:00
test_shift_jis.rb
test_utf16.rb
test_utf32.rb
test_windows_1251.rb
test_windows_1252.rb