Skip to content

Commit

Permalink
Archive sketches from last Khmer meeting
Browse files Browse the repository at this point in the history
  • Loading branch information
lianghai committed Dec 3, 2020
1 parent 7386d3c commit f052345
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
27 changes: 27 additions & 0 deletions khmer/characters.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---

- cp: 0x178A
id: "DA"
variant_by_type:
base:
written_units: [.da]
coeng:
written_units: [.coeng-da]

- cp: 0x178F
id: "TA"
variant_by_type:
base:
written_units: [.ta]
coeng:
written_units: [.coeng-da]

- cp: 0x17C4
id: "SIGN-OO"
variant_by_type:
cmap:
written_units: [.sign-e, .placeholder-base, .sign-aa]
decomposition:
written_units: [.sign-e, .sign-aa]

...
23 changes: 23 additions & 0 deletions khmer/graphical-units.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---

- id: "da"
represented_phonetic_segments: [.DA]

- id: "ta"
represented_phonetic_segments: [.TA]

- id: "coeng-da"
represented_phonetic_segments: [.DA, .TA]

{
graphic: .coeng-da,
phonetic: .ta,
context: …,
}

{
graphic: .coeng-da
phonetic: .da
}

...

0 comments on commit f052345

Please sign in to comment.