Skip to content

Commit

Permalink
first test as repo cover
Browse files Browse the repository at this point in the history
  • Loading branch information
nclslbrn committed May 17, 2024
1 parent a32b860 commit 8db6bcc
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
Binary file added plotwriter.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 30 additions & 1 deletion src/uppercase/diaBaseAssociation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,36 @@ const diaBaseAssociation = {
Ġ: ["G", ["da"]],
Ģ: ["G", ["cm"]],
: ["G", ["mc"]],
//Ɠ

// H
Ĥ: ["H", ["cr"]],
Ȟ: ["H", ["hc"]],
: ["H", ["dr"]],
: ["H", ["da"]],
: ["H", ["cdl"]],
: ["H", ["db"]],
: ["H", ["brb"]],

// I
Í: ["I", ["ct"]],
Ì: ["I", ["gr"]],
Ĭ: ["I", ["br"]],
Î: ["I", ["cr"]],
Ǐ: ["I", ["hc"]],
Ï: ["I", ["dr"]],
: ["I", ["dr", "ct"]],
Ĩ: ["I", ["tl"]],
İ: ["I", ["da"]],
Į: ["I", ["gnk"]],
Ī: ["I", ["mc"]],
: ["I", ["ha"]],
Ȉ: ["I", ["gr", "gr"]],
Ȋ: ["I", ["bri"]],
: ["I", ["db"]],
: ["I", ["tlb"]],




} as ExtendedTable;

Expand Down

0 comments on commit 8db6bcc

Please sign in to comment.