unidecoder icon indicating copy to clipboard operation
unidecoder copied to clipboard

A port of Perl's Unidecoder to Ruby.

Results 5 unidecoder issues
Sort by recently updated
recently updated
newest added

introduced in ruby 2.2: https://www.honeybadger.io/blog/ruby-unicode-normalization/ (2.3 just got EOL) about the safe_load, if doesn't change anything as it's just data files, I just don't like "eval"s in my code :)...

`yes`, `no` are converted into `true`, `false` in [yaml (until 1.1)](http://yaml.org/spec/1.1/#id864510). (There was no documentation about this in [1.2](http://yaml.org/spec/1.2/spec.html)) Therefore these characters are converted into string "true", "false". ```ruby irb(main):022:0>...

We ran into a problem while importing Unidecoder where we have load path that makes `require "unicode"` return success but to load a class other than `::Unicode`. To get around...

Hey @norman, do you remember the examples or cases that led you add the automatic NFC normalization? I'm having trouble coming up with cases where it does anything useful; since...