Class: TwitterCldr::Resources::Properties::UnicodeDataPropertiesImporter
- Inherits:
-
PropertyImporter
- Object
- Importer
- PropertyImporter
- TwitterCldr::Resources::Properties::UnicodeDataPropertiesImporter
- Defined in:
- lib/twitter_cldr/resources/properties/unicode_data_properties_importer.rb
Constant Summary collapse
- DATA_FILE =
'ucd/UnicodeData.txt'
- PROPERTIES =
{ 2 => 'General_Category', 3 => 'Canonical_Combining_Class', 4 => 'Bidi_Class', 7 => 'Numeric_Type', 9 => 'Bidi_Mirrored', }
Constants inherited from Importer
Instance Attribute Summary
Attributes inherited from Importer
Instance Method Summary collapse
Methods inherited from Importer
#can_import?, default_params, #import, #initialize, locales, output_path, parameter, parameters, #prepare, requirement, requirements, ruby_engine
Constructor Details
This class inherits a constructor from TwitterCldr::Resources::Importer
Instance Method Details
#property_name ⇒ Object
25 26 27 |
# File 'lib/twitter_cldr/resources/properties/unicode_data_properties_importer.rb', line 25 def property_name PROPERTY_NAME end |