Skip to content

Commit d229750

Browse files
committed
Update README
1 parent 578700d commit d229750

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.adoc

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)