File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,20 @@ The goal is to achieve interoperable transliteration schemes allowing quality co
16
16
17
17
These transliteration systems currently work:
18
18
19
- `bgnpcgn-rus-Cyrl-Latn`:: BGN/PCGN Romanization of Russian
20
- `iso-rus-Cyrl-Latn`:: ISO 9 Romanization of Russian
21
- `icao-rus-Cyrl-Latn`:: ICAO MRZ Romanization of Russian
22
- `bas-rus-Cyrl-Latn`:: Bulgaria Academy of Science Streamlined System for Russian
19
+ `bgnpcgn-rus-Cyrl-Latn-1947 `:: BGN/PCGN Romanization of Russian
20
+ `iso-rus-Cyrl-Latn-iso9 `:: ISO 9 Romanization of Russian
21
+ `icao-rus-Cyrl-Latn-9303 `:: ICAO MRZ Romanization of Russian
22
+ `bas-rus-Cyrl-Latn-bss `:: Bulgaria Academy of Science Streamlined System for Russian
23
23
24
24
25
25
== Usage
26
26
27
27
28
28
[source,sh]
29
29
----
30
- interscript samples/rus-Cyrl.txt --system=bas-rus-Cyrl-Latn --output=rus-Latn.txt
30
+ interscript samples/rus-Cyrl.txt --system=bas-rus-Cyrl-Latn-bss --output=rus-Latn.txt
31
+
32
+ interscript samples/rus-Cyrl.txt --system=bas-rus-Cyrl-Latn-bss --output=rus-Latn.txt
31
33
----
32
34
33
35
You can’t perform that action at this time.
0 commit comments