aboutsummaryrefslogtreecommitdiffstats
path: root/lib/unicode_normalize.rb
Commit message (Expand)AuthorAgeFilesLines
* delete lib/unicode_normalize.rb, because no longer neededduerst2017-05-061-11/+0
* move definition of String#unicode_normalized? to C to make sure it is documentedduerst2017-05-041-23/+2
* move definition of String#unicode_normalize! to C to make sure it is documentedduerst2017-05-041-12/+0
* move definition of String#unicode_normalize to C to make sure it is documentedduerst2017-05-031-26/+0
* remove unnecessary conditions in lib/unicode_normalize.rbduerst2017-05-021-3/+3
* rework definition of String#unicode_normalize! and #unicode_normalized?duerst2017-05-021-4/+2
* rework definition of String#unicode_normalizeduerst2017-05-021-6/+1
* unicode_normalize.rb: improve docsstomar2017-04-121-15/+11
* rdoc for String classstomar2017-03-041-0/+2
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/unicode_normalize.rb: typo fix. [ci skip]hsbt2014-12-291-1/+1
* lib/unicode_normalize.rb: removing unnecessary 'self'.duerst2014-10-201-1/+1
* lib/unicode_normalize.rb: (unicode_normalize!): change method namesduerst2014-10-201-2/+2
* lib/unicode_normalize.rb: remove BOMsnobu2014-10-191-1/+1
* * lib/unicode_normalize.rb: (unicode_normalize!): change method name.nagachika2014-10-191-1/+1
* lib/unicode_normalize.rb: Changed to dynamic loading of actual normalization ...duerst2014-10-191-3/+11
* lib/unicode_normalize.rb: Small documentation fix.duerst2014-10-191-2/+3
* lib/unicode_normalize.rb: Added documentation.duerst2014-10-191-0/+49
* lib/unicode_normalize.rb: Changing method names, see https://bugs.ruby-lang.o...duerst2014-10-191-3/+3
* lib/unicode_normalize.rb: Changing module name.duerst2014-10-191-2/+2
* lib/unicode_normalize.rb: Changing require statement, adjusting copyright.duerst2014-10-191-4/+2
* lib/unicode_normalize.rb: Importing fromduerst2014-10-191-0/+22