We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8cb6e commit 578700dCopy full SHA for 578700d
README.adoc
@@ -27,9 +27,11 @@ These transliteration systems currently work:
27
28
[source,sh]
29
----
30
+# Transliterating Russian Cyrillic to Latin using the Streamlined System for Russian
31
interscript samples/rus-Cyrl.txt --system=bas-rus-Cyrl-Latn-bss --output=rus-Latn.txt
32
-interscript samples/rus-Cyrl.txt --system=bas-rus-Cyrl-Latn-bss --output=rus-Latn.txt
33
+# Transliterating Russian Cyrillic to Latin using the BGN/PCGN Romanization of Russian
34
+interscript samples/rus-Cyrl.txt --system=bgnpcgn-rus-Cyrl-Latn-1947 --output=rus-Latn.txt
35
36
37
0 commit comments