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 | |
LOCAL_CODEPOINTS | = | Hash.new unless defined?(LOCAL_CODEPOINTS) |