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
2
2
3
3
== Introducation
4
4
@@ -35,6 +35,18 @@ interscript samples/rus-Cyrl.txt --system=bgnpcgn-rus-Cyrl-Latn-1947 --output=ru
35
35
----
36
36
37
37
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
+
38
50
39
51
== Covered languages
40
52
You can’t perform that action at this time.
0 commit comments