Skip to content

Instantly share code, notes, and snippets.

@kapooostin
Created December 1, 2017 00:22
Show Gist options
  • Save kapooostin/7dee611febb02d11ae7fb25c2d2666de to your computer and use it in GitHub Desktop.
Save kapooostin/7dee611febb02d11ae7fb25c2d2666de to your computer and use it in GitHub Desktop.
{
"name": "Cyrillic (Russian)",
"description": "Passport 2013",
"link": "https://en.wikipedia.org/wiki/Romanization_of_Russian#After_2013",
"chars_mapping":
{
"A": "А",
"B": "Б",
"V": "В",
"G": "Г",
"D": "Д",
"E": "Е",
"Yo": "Ё",
"Zh": "Ж",
"Z": "З",
"I": "И",
"Iy": "Й",
"K": "К",
"L": "Л",
"M": "М",
"N": "Н",
"O": "О",
"P": "П",
"R": "Р",
"S": "С",
"T": "Т",
"U": "У",
"F": "Ф",
"Kh": "Х",
"Ts": "Ц",
"Ch": "Ч",
"Sh": "Ш",
"Shch": "Щ",
"Ie": "Ъ",
"Y": "Ы",
"": "Ь",
"E": "Э",
"Iu": "Ю",
"Ia": "Я",
"a": "а",
"b": "б",
"v": "в",
"g": "г",
"d": "д",
"e": "е",
"e": "ё",
"zh": "ж",
"z": "з",
"i": "и",
"iy": "й",
"k": "к",
"l": "л",
"m": "м",
"n": "н",
"o": "о",
"p": "п",
"r": "р",
"s": "с",
"t": "т",
"u": "у",
"f": "ф",
"kh": "х",
"ts": "ц",
"ch": "ч",
"sh": "ш",
"shch": "щ",
"ie": "ъ",
"y": "ы",
"": "ь",
"e": "э",
"iu": "ю",
"ia": "я",
"#": "№"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment