Module: Forkforge::SpecialCasing
- Extended by:
- SpecialCasing
- Includes:
- UnicodeOrgFileFormat
- Included in:
- SpecialCasing
- Defined in:
- lib/forkforge/internal/special_casing.rb
Constant Summary collapse
- LOCAL =
'data'- REMOTE =
'Public/UNIDATA'- FILE =
'SpecialCasing.txt'- SPECIAL_CASING_FIELDS =
[ :code_point, :lowercase_mapping, :titlecase_mapping, :uppercase_mapping, :condition_list, :comment ]
Constants included from UnicodeOrgFileFormat
Instance Method Summary collapse
Methods included from UnicodeOrgFileFormat
#__to_char, #__to_code_point, #i_grab, #i_hash, #i_load
Instance Method Details
#hash ⇒ Object
22 23 24 |
# File 'lib/forkforge/internal/special_casing.rb', line 22 def hash i_hash REMOTE, LOCAL, FILE, SPECIAL_CASING_FIELDS end |