Class: Babosa::Transliterator::Macedonian
- Defined in:
- lib/babosa/transliterator/macedonian.rb
Constant Summary collapse
- APPROXIMATIONS =
{ "Ѓ" => "Gj", "Љ" => "Lj", "Њ" => "Nj", "Ќ" => "Kj", "Џ" => "Dzh", "Ж" => "Zh", "Ц" => "C", "Ѕ" => "Z", "Ј" => "J", "Х" => "H", "ѓ" => "gj", "љ" => "lj", "њ" => "nj", "ќ" => "kj", "џ" => "dzh", "ж" => "zh", "ц" => "c", "ѕ" => "z", "ј" => "j", "х" => "h" }.freeze
Instance Attribute Summary
Attributes inherited from Base
Method Summary
Methods inherited from Cyrillic
Methods inherited from Base
#[], #initialize, #transliterate
Constructor Details
This class inherits a constructor from Babosa::Transliterator::Base