1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/enc/unicode
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
..
case-folding.rb * enc/unicode/case-folding.rb, casefold.h: Data generation to implement 2016-04-01 11:58:47 +00:00
casefold.h * enc/unicode/case-folding.rb, casefold.h: Data generation to implement 2016-04-01 11:58:47 +00:00
name2ctype.h reverting accidental commit at r53124 by re-committing version from r52612 2015-12-15 10:25:44 +00:00
name2ctype.h.blt
name2ctype.kwd
name2ctype.src