-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use TypeTuner for the language specific nuktas
- Loading branch information
Showing
12 changed files
with
1,002 additions
and
893 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- © SIL International 2007 --> | ||
|
||
<!-- DOCTYPE all_features SYSTEM "feat_all.dtd" --> <!-- put at top of XML file to validate --> | ||
|
||
<!ELEMENT all_features (feature+, interactions?, cmd_blocks?, aliases?, old_names?)> | ||
<!ATTLIST all_features | ||
version CDATA #REQUIRED> | ||
<!ELEMENT feature (value+)> | ||
<!ATTLIST feature | ||
name CDATA #REQUIRED | ||
value CDATA #REQUIRED | ||
tag CDATA #REQUIRED> | ||
<!ELEMENT value (cmd | cmds)+> | ||
<!ATTLIST value | ||
name CDATA #REQUIRED | ||
tag CDATA #REQUIRED> | ||
<!ELEMENT cmd EMPTY> | ||
<!ATTLIST cmd | ||
name CDATA #REQUIRED | ||
args CDATA #REQUIRED> | ||
<!ELEMENT cmds EMPTY> | ||
<!ATTLIST cmds | ||
name CDATA #REQUIRED> | ||
<!ELEMENT interactions (test*)> | ||
<!ELEMENT test (cmd | cmds)+> | ||
<!ATTLIST test | ||
select CDATA #REQUIRED> | ||
<!ELEMENT cmd_blocks (cmd_block*)> | ||
<!ELEMENT cmd_block (cmd | cmds)+> | ||
<!ATTLIST cmd_block | ||
name CDATA #REQUIRED> | ||
<!ELEMENT aliases (alias*)> | ||
<!ELEMENT alias EMPTY> | ||
<!ATTLIST alias | ||
name CDATA #REQUIRED | ||
value CDATA #REQUIRED> | ||
<!ELEMENT old_names (old_feature | old_value)+> | ||
<!ELEMENT old_feature EMPTY> | ||
<!ATTLIST old_feature | ||
name CDATA #REQUIRED | ||
tag CDATA #REQUIRED> | ||
<!ELEMENT old_value EMPTY> | ||
<!ATTLIST old_value | ||
feature CDATA #REQUIRED | ||
name CDATA #REQUIRED | ||
tag CDATA #REQUIRED> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE all_features SYSTEM "feat_all.dtd"> | ||
<all_features version="1.0"> | ||
<feature name="Language" value="Default" tag="Lng"> | ||
<value name="Default" tag="Def"> | ||
<cmd name="null" args="null"/> | ||
</value> | ||
<value name="Irula" tag="Iru"> | ||
<cmd name="encode" args="0323 u1133C.ringdbl"/> | ||
<cmd name="encode" args="1133B u1133C.ringdbl"/> | ||
<cmd name="encode" args="1133C u1133C.ringdbl"/> | ||
</value> | ||
<value name="Chetti" tag="Ctt"> | ||
<cmd name="encode" args="0323 u1133C.dot"/> | ||
<cmd name="encode" args="1133B u1133C.dot"/> | ||
<cmd name="encode" args="1133C u1133C.dot"/> | ||
</value> | ||
</feature> | ||
</all_features> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<!-- DOCTYPE all_features SYSTEM "feat_all.dtd" --> <!-- put at top of XML file to validate --> | ||
|
||
<!ELEMENT features_set (feature+, imported_line_metrics?)> | ||
<!ATTLIST features_set | ||
version CDATA #REQUIRED> | ||
<!ELEMENT feature (value+)> | ||
<!ATTLIST feature | ||
name CDATA #REQUIRED | ||
value CDATA #REQUIRED> | ||
<!ELEMENT value EMPTY> | ||
<!ATTLIST value | ||
name CDATA #REQUIRED> | ||
<!ELEMENT imported_line_metrics EMPTY> | ||
<!ATTLIST imported_line_metrics | ||
font CDATA #REQUIRED | ||
em-sqr CDATA #REQUIRED | ||
metrics CDATA #REQUIRED> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE features_set SYSTEM "feat_set.dtd"> | ||
<features_set version="1.0"> | ||
<feature name="Language" value="Chetti"> | ||
<value name="Default"/> | ||
<value name="Irula"/> | ||
<value name="Chetti"/> | ||
</feature> | ||
</features_set> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE features_set SYSTEM "feat_set.dtd"> | ||
<features_set version="1.0"> | ||
<feature name="Language" value="Irula"> | ||
<value name="Default"/> | ||
<value name="Irula"/> | ||
<value name="Chetti"/> | ||
</feature> | ||
</features_set> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters