aboutsummaryrefslogtreecommitdiffstats
path: root/enc/jis
Commit message (Collapse)AuthorAgeFilesLines
* Makefile.in: suppress warningsnobu2014-05-222-14/+14
| | | | | | | * Makefile.in (enc/jis/props.h): suppress `pointer-to-int-cast` warnings by using `offsetof`. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46052 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* jis/props.kwd: constifynobu2014-05-224-4/+4
| | | | | | * enc/jis/props.kwd (PropertyList): constify table itself. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46051 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* constify character property tablesnobu2014-05-224-0/+558
* enc/jis/props.kwd: constify character property tables of JIS based encodings by perfect hash. * enc/euc_jp.c, enc/shift_jis.c: use character property functions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e