module Iuliia::Iso91968Alt

Overview

The Iso91968Alt module provides transliteration (Engine.translate) using the ISO/R 9:1968 transliteration schema.

More information (in Russian)

Examples

Iuliia::Iso91968Alt.translate("Юлия, съешь ещё этих мягких французских булок из Йошкар-Олы, да выпей алтайского чаю")
# => "Yulyya, sʺeshʹ eshchë ėtykh myagkykh frantsuzskykh bulok yz Ĭoshkar-Oly, da vypeĭ altaĭskogo chayu"

Included Modules

Extended Modules

Defined in:

iuliia/schemas/iso_9_1968_alt.cr

Instance Method Summary

Instance methods inherited from module Iuliia::Engine

description : String description, name : String name, translate(string : String) : String translate

Instance Method Detail

def description : String #

Returns the transliteration schema description.


[View source]
def name : String #

Returns the transliteration schema name.


[View source]