Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mappings from "Portable ASCII" #271

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
74 changes: 45 additions & 29 deletions Resources/rules/arabic.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,46 @@
{
"أ" : "a",
"ب" : "b",
"ت" : "t",
"ث" : "th",
"ج" : "g",
"ح" : "h",
"خ" : "kh",
"د" : "d",
"ذ" : "th",
"ر" : "r",
"ز" : "z",
"س" : "s",
"ش" : "sh",
"ص" : "s",
"ض" : "d",
"ط" : "t",
"ظ" : "th",
"ع" : "aa",
"غ" : "gh",
"ف" : "f",
"ق" : "k",
"ك" : "k",
"ل" : "l",
"م" : "m",
"ن" : "n",
"ه" : "h",
"و" : "o",
"ي" : "y"
}
"ء": "aa",
"آ": "a",
"أ": "a",
"ؤ": "o",
"إ": "a",
"ئ": "y",
"ا": "a",
"ب": "b",
"ت": "t",
"ث": "th",
"ج": "g",
"ح": "h",
"خ": "kh",
"د": "d",
"ذ": "th",
"ر": "r",
"ز": "z",
"س": "s",
"ش": "sh",
"ص": "s",
"ض": "d",
"ط": "t",
"ظ": "th",
"ع": "aa",
"غ": "gh",
"ف": "f",
"ق": "k",
"ك": "k",
"ل": "l",
"م": "m",
"ن": "n",
"ه": "h",
"و": "o",
"ي": "y",
"٠": "0",
"١": "1",
"٢": "2",
"٣": "3",
"٤": "4",
"٥": "5",
"٦": "6",
"٧": "7",
"٨": "8",
"٩": "9"
}
6 changes: 3 additions & 3 deletions Resources/rules/armenian.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"Ւ": "u",
"Փ": "Ph",
"Ք": "Q",
"և": "ev",
"Օ": "O",
"Ֆ": "F",
"ա": "a",
Expand Down Expand Up @@ -75,5 +74,6 @@
"փ": "ph",
"ք": "q",
"օ": "o",
"ֆ": "f"
}
"ֆ": "f",
"և": "ev"
}
13 changes: 7 additions & 6 deletions Resources/rules/austrian.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"Ä": "AE",
"Ö": "OE",
"Ü": "UE",
"ß": "ss",
"Ä": "Ae",
"Ö": "Oe",
"Ü": "Ue",
"ß": "sz",
"ä": "ae",
"ö": "oe",
"ü": "ue"
}
"ü": "ue",
"ẞ": "SZ"
}
16 changes: 8 additions & 8 deletions Resources/rules/azerbaijani.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"Ə": "E",
"Ç": "C",
"Ğ": "G",
"İ": "I",
"Ş": "S",
"Ö": "O",
"Ü": "U",
"ə": "e",
"ç": "c",
"ö": "o",
"ü": "u",
"Ğ": "G",
"ğ": "g",
"İ": "I",
"ı": "i",
"Ş": "S",
"ş": "s",
"ö": "o",
"ü": "u"
}
"Ə": "E",
"ə": "e"
}
28 changes: 13 additions & 15 deletions Resources/rules/bulgarian.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Г": "G",
"Д": "D",
"Е": "E",
"Ж": "J",
"Ж": "Zh",
"З": "Z",
"И": "I",
"Й": "Y",
Expand All @@ -21,25 +21,25 @@
"У": "U",
"Ф": "F",
"Х": "H",
"Ц": "Ts",
"Ц": "C",
"Ч": "Ch",
"Ш": "Sh",
"Щ": "Sht",
"Ъ": "A",
"Ь": "I",
"Ю": "Iu",
"Я": "Ia",
"Ь": "",
"Ю": "Yu",
"Я": "Ya",
"а": "a",
"б": "b",
"в": "v",
"г": "g",
"д": "d",
"е": "e",
"ж": "j",
"ж": "zh",
"з": "z",
"и": "i",
"й": "y",
"к": "k",
"к": "k",
"л": "l",
"м": "m",
"н": "n",
Expand All @@ -51,15 +51,13 @@
"у": "u",
"ф": "f",
"х": "h",
"ц": "ts",
"ц": "c",
"ч": "ch",
"ш": "sh",
"щ": "sht",
"ъ": "a",
"ь": "i",
"ю": "iu",
"я": "ia",
"ия": "ia",
"йо": "iо",
"ьо": "io"
}
"ь": "",
"ьо": "yo",
"ю": "yu",
"я": "ya"
}
141 changes: 68 additions & 73 deletions Resources/rules/burmese.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,105 @@
{
"က": "k",
"က်": "et",
"ခ": "kh",
"ဂ": "g",
"ဃ": "ga",
"င": "ng",
"င်": "in",
"စ": "s",
"စ်": "it",
"စျ": "za",
"ဆ": "sa",
"ဇ": "z",
"စျ" : "za",
"ဉ": "u",
"ဉ်": "in",
"ည": "ny",
"ည်": "i",
"ဋ": "t",
"ဌ": "ta",
"ဍ": "d",
"ဎ": "da",
"ဏ": "na",
"တ": "t",
"တ်": "at",
"ထ": "ta",
"ဒ": "d",
"ဒ်": "d",
"ဓ": "da",
"န": "n",
"န်": "an",
"န်ုပ်": "nub",
"ပ": "p",
"ပ်": "at",
"ဖ": "pa",
"ဗ": "b",
"ဘ": "ba",
"မ": "m",
"မ်": "an",
"ယ": "y",
"ယ်": "e",
"ရ": "ya",
"လ": "l",
"ဝ": "w",
"သ": "th",
"သြော": "aw",
"ဟ": "h",
"ဠ": "la",
"အ": "a",

"ြ": "y",
"ျ": "ya",
"ွ": "w",
"ြွ": "yw",
"ျွ": "ywa",
"ှ": "h",

"ဧ": "e",
"၏": "-e",
"ဣ": "i",
"ဤ": "-i",
"ဉ": "u",
"ဦ": "-u",
"ဧ": "e",
"ဩ": "aw",
"သြော" : "aw",
"ဪ": "aw",
"၍": "ywae",
"၌": "hnaik",

"ါ": "a",
"ာ": "a",
"ာန်": "an",
"ိ": "i",
"ိတ်": "eik",
"ိန်": "ein",
"ိပ်": "eik",
"ိမ်": "ein",
"ို": "o",
"ိုက်": "aik",
"ိုင်": "aing",
"ိုဒ်": "ok",
"ိုလ်": "ol",
"ိံ": "ein",
"ီ": "i",
"ု": "u",
"ုတ်": "ok",
"ုဒ်": "ait",
"ုန်": "on",
"ုပ်": "ok",
"ုမ်": "on",
"ုံ": "on",
"ူ": "u",
"ေ": "e",
"ေတ်": "it",
"ေါ": "aw",
"ေါင်": "aung",
"ေါ်": "aw",
"ော": "aw",
"ောက်": "auk",
"ောင်": "aung",
"ော်": "aw",
"ဲ": "e",
"ံ": "an",
"့": "",
"း": "",
"္": "",
"်": "at",
"ျ": "ya",
"ျွ": "ywa",
"ြ": "y",
"ြွ": "yw",
"ွ": "w",
"ွတ်": "ut",
"ွန်": "un",
"ွပ်": "ut",
"ွမ်": "un",
"ှ": "h",
"၀": "0",
"၁": "1",
"၂": "2",
Expand All @@ -62,60 +110,7 @@
"၇": "7",
"၈": "8",
"၉": "9",

"္": "",
"့": "",
"း": "",

"ာ": "a",
"ါ": "a",
"ေ": "e",
"ဲ": "e",
"ိ": "i",
"ီ": "i",
"ို": "o",
"ု": "u",
"ူ": "u",
"ေါင်": "aung",
"ော": "aw",
"ော်": "aw",
"ေါ": "aw",
"ေါ်": "aw",
"်": "at",
"က်": "et",
"ိုက်" : "aik",
"ောက်" : "auk",
"င်" : "in",
"ိုင်" : "aing",
"ောင်" : "aung",
"စ်" : "it",
"ည်" : "i",
"တ်" : "at",
"ိတ်" : "eik",
"ုတ်" : "ok",
"ွတ်" : "ut",
"ေတ်" : "it",
"ဒ်" : "d",
"ိုဒ်" : "ok",
"ုဒ်" : "ait",
"န်" : "an",
"ာန်" : "an",
"ိန်" : "ein",
"ုန်" : "on",
"ွန်" : "un",
"ပ်" : "at",
"ိပ်" : "eik",
"ုပ်" : "ok",
"ွပ်" : "ut",
"န်ုပ်" : "nub",
"မ်" : "an",
"ိမ်" : "ein",
"ုမ်" : "on",
"ွမ်" : "un",
"ယ်" : "e",
"ိုလ်" : "ol",
"ဉ်" : "in",
"ံ": "an",
"ိံ" : "ein",
"ုံ" : "on"
}
"၌": "hnaik",
"၍": "ywae",
"၏": "-e"
}