1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--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
..
jis
trans * remove trailing spaces. 2016-03-16 12:42:16 +00:00
unicode * enc/unicode/case-folding.rb, casefold.h: Data generation to implement 2016-04-01 11:58:47 +00:00
ascii.c
big5.c
cp949.c
depend enc: workdir timestamps 2016-02-02 04:39:38 +00:00
ebcdic.h enc/ebcdic.h, enc/trans/ebcdic.trans, 2015-12-15 08:57:58 +00:00
emacs_mule.c
encdb.c
encinit.c.erb
euc_jp.c refix through 52016,52017,52019,52020 [Bug #11486] 2015-10-04 07:25:56 +00:00
euc_kr.c
euc_tw.c
gb2312.c
gb18030.c
gbk.c
iso_2022_jp.h * enc/iso_2022_jp.h: fix typos. 2015-12-14 02:50:21 +00:00
iso_8859_1.c enc/windows_1252.c: new 2015-12-11 22:05:31 +00:00
iso_8859_2.c enc/iso_8859_2.c, enc/windows_1250.c: separate Windows-1250 2015-12-19 01:33:38 +00:00
iso_8859_3.c
iso_8859_4.c enc/iso_8859_4.c: Added missing lower/upper-case character 2015-12-04 09:57:59 +00:00
iso_8859_5.c
iso_8859_6.c
iso_8859_7.c
iso_8859_8.c
iso_8859_9.c
iso_8859_10.c
iso_8859_11.c
iso_8859_13.c * remove trailing spaces. 2015-12-04 10:53:16 +00:00
iso_8859_14.c
iso_8859_15.c
iso_8859_16.c
koi8_r.c
koi8_u.c
make_encmake.rb
Makefile.in enc: workdir timestamps 2016-02-02 04:39:38 +00:00
mktable.c
prelude.rb
shift_jis.c
unicode.c * enc/unicode/case-folding.rb, casefold.h: Data generation to implement 2016-04-01 11:58:47 +00:00
us_ascii.c
utf_7.h * enc/iso_2022_jp.h: fix typos. 2015-12-14 02:50:21 +00:00
utf_8.c
utf_16_32.h * enc/iso_2022_jp.h: fix typos. 2015-12-14 02:50:21 +00:00
utf_16be.c
utf_16le.c
utf_32be.c
utf_32le.c
windows_31j.c
windows_1250.c * enc/windows_1250.c: Should not use C++ style comments (C99 feature). 2015-12-19 11:09:28 +00:00
windows_1251.c
windows_1252.c enc/windows_1252.c: new 2015-12-11 22:05:31 +00:00
x_emoji.h * enc/x_emoji.h: fix dead-link. 2015-12-27 11:00:36 +00:00