# File lib/stringex/unidecoder.rb, line 85
85:       def local_codepoint(codepoint)
86:         locale_hash = LOCAL_CODEPOINTS[locale] || LOCAL_CODEPOINTS[locale.is_a?(Symbol) ? locale.to_s : locale.to_sym]
87:         locale_hash && locale_hash[codepoint]
88:       end