module Iuliia::Bs2979

Overview

The Bs2979 module provides transliteration (Engine.translate) using the British Standard 2979:1958 transliteration schema.

More information (in Russian)

Comments

This schema defines two alternative translations for Ы:

iuliia uses ЫȲ.

Examples

Iuliia::Bs2979.translate("Юлия, съешь ещё этих мягких французских булок из Йошкар-Олы, да выпей алтайского чаю")
# => "Yuliya, sʺeshʹ eshchё étikh myagkikh frantsuzskikh bulok iz Ĭoshkar-Olȳ, da vȳpeĭ altaĭskogo chayu"

Included Modules

Extended Modules

Defined in:

iuliia/schemas/bs_2979.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]