| Module | Stringex::Unidecoder |
| In: |
lib/stringex/unidecoder.rb
|
| CODEPOINTS | = | Hash.new{|h, k| h[k] = ::YAML.load_file(File.join(File.expand_path(File.dirname(__FILE__)), "unidecoder_data", "#{k}.yml")) | Contains Unicode codepoints, loading as needed from YAML files |