File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1- = Interscript: Interoperable Transliteration Schemes and a Ruby implementation
1+ = Interscript: Interoperable Script Conversion Systems and a Ruby implementation
22
33== Introducation
44
@@ -35,6 +35,18 @@ interscript samples/rus-Cyrl.txt --system=bgnpcgn-rus-Cyrl-Latn-1947 --output=ru
3535----
3636
3737
38+ == ISCS system codes
39+
40+ The system code identifying a script conversion system has a few components:
41+
42+ e.g. `bgnpcgn-rus-Cyrl-Latn-1947`
43+
44+ `bgnpcgn`:: the authority identifier
45+ `rus`:: an ISO 639-2 3-letter language code that this system applies to
46+ `Cyrl`:: an ISO 15924 script code, identifying the source script
47+ `Latn`:: an ISO 15924 script code, identifying the target script
48+ `1947`:: an identifier unit within the authority to identify this system
49+
3850
3951== Covered languages
4052
You can’t perform that action at this time.
0 commit comments