aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/multibyte/unicode.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Use friendlier method names for upcasing/downcasingNorman Clarke2012-01-051-9/+17
* Use more descriptive method namesNorman Clarke2012-01-051-6/+6
* Replace Unicode.u_unpack with String#codepointsNorman Clarke2012-01-051-16/+3
* Remove "_codepoints" from compose/decomposeNorman Clarke2012-01-051-7/+7
* Update to Unicode 6.0Norman Clarke2012-01-051-1/+1
* Remove useless parensNorman Clarke2012-01-051-1/+1
* adds a couple of missing magic comments [fixes #1374]Xavier Noria2011-07-231-0/+1
* Active Support typos.R.T. Lechow2011-03-051-1/+1
* edit pass to apply API guideline wrt the use of "# =>" in example codeXavier Noria2010-07-301-4/+4
* Removes unused varsSantiago Pastorino2010-07-241-6/+5
* Update Unicode database to 5.2.0. [#5011 state:resolved]Norman Clarke2010-06-301-1/+1
* Use multibyte proxy class on 1.9, refactor Unicode.Norman Clarke2010-05-211-0/+393