2019-04-10 10:54:28 +00:00
|
|
|
|
return {
|
2019-04-11 08:32:13 +00:00
|
|
|
|
com = {
|
|
|
|
|
",",
|
|
|
|
|
north = ";",
|
|
|
|
|
northeast = "(",
|
|
|
|
|
northwest = "\\",
|
|
|
|
|
east = "?",
|
|
|
|
|
west = "¿",
|
|
|
|
|
"{",
|
|
|
|
|
"}",
|
|
|
|
|
"[",
|
|
|
|
|
},
|
|
|
|
|
prd = {
|
|
|
|
|
".",
|
|
|
|
|
north = ":",
|
|
|
|
|
northeast = ")",
|
|
|
|
|
northwest = "/",
|
|
|
|
|
east = "…",
|
|
|
|
|
west = "!",
|
|
|
|
|
"]",
|
|
|
|
|
"-",
|
|
|
|
|
"_",
|
|
|
|
|
},
|
2019-04-10 10:54:28 +00:00
|
|
|
|
_at = {
|
|
|
|
|
"@",
|
|
|
|
|
north = "Ⓒ",
|
|
|
|
|
northeast = "™",
|
|
|
|
|
northwest = "Ⓡ",
|
|
|
|
|
},
|
2019-04-20 21:36:52 +00:00
|
|
|
|
_eq = {
|
|
|
|
|
"=",
|
|
|
|
|
north = "≠",
|
|
|
|
|
northeast = "»",
|
|
|
|
|
northwest = "«",
|
|
|
|
|
east = ">",
|
|
|
|
|
west = "<",
|
|
|
|
|
south = "≈",
|
|
|
|
|
southeast = "≥",
|
|
|
|
|
southwest = "≤",
|
|
|
|
|
},
|
2019-04-10 10:54:28 +00:00
|
|
|
|
_A_ = {
|
|
|
|
|
"A",
|
|
|
|
|
north = "Ä",
|
|
|
|
|
northeast = "Á",
|
|
|
|
|
northwest = "À",
|
|
|
|
|
east = "Â",
|
|
|
|
|
west = "Ã",
|
|
|
|
|
south = "Ą",
|
|
|
|
|
southeast = "Æ",
|
|
|
|
|
southwest = "Å",
|
|
|
|
|
"Ā",
|
|
|
|
|
"Ǎ",
|
|
|
|
|
},
|
|
|
|
|
_a_ = {
|
|
|
|
|
"a",
|
|
|
|
|
north = "ä",
|
|
|
|
|
northeast = "á",
|
|
|
|
|
northwest = "à",
|
|
|
|
|
east = "â",
|
|
|
|
|
west = "ã",
|
|
|
|
|
south = "ą",
|
|
|
|
|
southeast = "æ",
|
|
|
|
|
southwest = "å",
|
|
|
|
|
"ā",
|
|
|
|
|
"ǎ",
|
|
|
|
|
},
|
2019-04-11 08:32:13 +00:00
|
|
|
|
_B_ = {
|
|
|
|
|
"B",
|
|
|
|
|
north = "Β",
|
|
|
|
|
northeast = "β",
|
|
|
|
|
northwest = "♭",
|
|
|
|
|
},
|
|
|
|
|
_b_ = {
|
|
|
|
|
"b",
|
|
|
|
|
north = "Β",
|
|
|
|
|
northeast = "β",
|
|
|
|
|
northwest = "♭",
|
|
|
|
|
},
|
2019-04-13 09:40:31 +00:00
|
|
|
|
_C_ = {
|
|
|
|
|
"C",
|
|
|
|
|
north = "Ċ",
|
|
|
|
|
northeast = "Ć",
|
|
|
|
|
northwest = "🄯", -- copyleft symbol
|
|
|
|
|
east = "Ĉ",
|
|
|
|
|
west = "Č",
|
|
|
|
|
south = "Ç",
|
|
|
|
|
southeast = "©", -- copyright symbol
|
|
|
|
|
southwest = "¢", -- cent sign
|
|
|
|
|
},
|
|
|
|
|
_c_ = {
|
|
|
|
|
"c",
|
|
|
|
|
north = "ċ",
|
|
|
|
|
northeast = "ć",
|
|
|
|
|
northwest = "🄯", -- copyleft symbol
|
|
|
|
|
east = "ĉ",
|
|
|
|
|
west = "č",
|
|
|
|
|
south = "ç",
|
|
|
|
|
southeast = "©", -- copyright symbol
|
|
|
|
|
southwest = "¢", -- cent sign
|
|
|
|
|
},
|
2019-04-11 16:22:32 +00:00
|
|
|
|
_D_ = {
|
|
|
|
|
"D",
|
|
|
|
|
north = "Đ",
|
|
|
|
|
northeast = "Ð",
|
|
|
|
|
northwest = "Ď",
|
|
|
|
|
east = "Δ",
|
|
|
|
|
},
|
|
|
|
|
_d_ = {
|
|
|
|
|
"d",
|
|
|
|
|
north = "đ",
|
|
|
|
|
northeast = "ð",
|
|
|
|
|
northwest = "ď",
|
|
|
|
|
east = "δ",
|
|
|
|
|
},
|
2019-04-10 10:54:28 +00:00
|
|
|
|
_E_ = {
|
|
|
|
|
"E",
|
|
|
|
|
north = "Ë",
|
|
|
|
|
northeast = "É",
|
|
|
|
|
northwest = "È",
|
|
|
|
|
east = "Ê",
|
|
|
|
|
west = "Ẽ",
|
|
|
|
|
south = "Ę",
|
|
|
|
|
southeast = "€",
|
|
|
|
|
southwest = "Ė",
|
|
|
|
|
"Ē",
|
|
|
|
|
"Ě",
|
2019-04-12 16:28:05 +00:00
|
|
|
|
"ɛ",
|
2019-04-10 10:54:28 +00:00
|
|
|
|
},
|
|
|
|
|
_e_ = {
|
|
|
|
|
"e",
|
|
|
|
|
north = "ë",
|
|
|
|
|
northeast = "é",
|
|
|
|
|
northwest = "è",
|
|
|
|
|
east = "ê",
|
|
|
|
|
west = "ẽ",
|
|
|
|
|
south = "ę",
|
|
|
|
|
southeast = "€",
|
|
|
|
|
southwest = "ė",
|
|
|
|
|
"ē",
|
|
|
|
|
"ě",
|
2019-04-12 16:28:05 +00:00
|
|
|
|
"ɛ",
|
|
|
|
|
},
|
2019-04-13 18:00:36 +00:00
|
|
|
|
_F_ = {
|
|
|
|
|
"F",
|
|
|
|
|
east = "ƒ", -- Guilder/Florin
|
|
|
|
|
west = "Φ", -- uppercase phi
|
|
|
|
|
},
|
|
|
|
|
_f_ = {
|
|
|
|
|
"f",
|
|
|
|
|
east = "ƒ", -- Guilder/Florin
|
|
|
|
|
west = "φ", -- lowercase phi
|
|
|
|
|
},
|
|
|
|
|
_G_ = {
|
|
|
|
|
"G",
|
|
|
|
|
east = "ɣ", -- voiced velar fricative IPA
|
|
|
|
|
west = "Γ", -- uppercase gamma
|
|
|
|
|
},
|
|
|
|
|
_g_ = {
|
|
|
|
|
"g",
|
|
|
|
|
east = "ɣ", -- voiced velar fricative IPA
|
|
|
|
|
west = "γ", -- lowercase gamma
|
|
|
|
|
},
|
2019-04-14 16:39:09 +00:00
|
|
|
|
_H_ = {
|
|
|
|
|
"H",
|
|
|
|
|
east = "ɥ", -- labialized palatal approximant (like a combination between /w/ and /y/)
|
|
|
|
|
west = "Η", -- uppercase eta
|
|
|
|
|
},
|
|
|
|
|
_h_ = {
|
|
|
|
|
"h",
|
|
|
|
|
east = "ɥ", -- labialized palatal approximant (like a combination between /w/ and /y/)
|
|
|
|
|
west = "η", -- lowercase eta
|
|
|
|
|
},
|
2019-04-12 16:28:05 +00:00
|
|
|
|
_I_ = {
|
|
|
|
|
"I",
|
2020-06-10 20:37:44 +00:00
|
|
|
|
north = "Ï",
|
2019-04-12 16:28:05 +00:00
|
|
|
|
northeast = "Í",
|
|
|
|
|
northwest = "Ì",
|
|
|
|
|
east = "Î",
|
|
|
|
|
west = "Ĩ",
|
|
|
|
|
south = "Į",
|
|
|
|
|
"Ī",
|
|
|
|
|
"ɪ", -- small capital letter i, near-close front unrounded vowel IPA
|
|
|
|
|
},
|
|
|
|
|
_i_ = {
|
|
|
|
|
"i",
|
|
|
|
|
north = "ï",
|
|
|
|
|
northeast = "í",
|
|
|
|
|
northwest = "ì",
|
|
|
|
|
east = "î",
|
|
|
|
|
west = "ĩ",
|
|
|
|
|
south = "į",
|
|
|
|
|
"ī",
|
|
|
|
|
"ɪ", -- small capital letter i, near-close front unrounded vowel IPA
|
|
|
|
|
},
|
2019-04-14 16:39:09 +00:00
|
|
|
|
_J_ = {
|
|
|
|
|
"J",
|
|
|
|
|
east = "ʝ", -- voiced palatal fricative
|
|
|
|
|
},
|
|
|
|
|
_j_ = {
|
|
|
|
|
"j",
|
|
|
|
|
east = "ʝ", -- voiced palatal fricative
|
|
|
|
|
},
|
2019-04-12 20:20:14 +00:00
|
|
|
|
_K_ = {
|
|
|
|
|
"K",
|
|
|
|
|
north = '"',
|
|
|
|
|
south = "Ķ",
|
|
|
|
|
east = "–", -- hyphen minus
|
|
|
|
|
southeast = "—", -- em dash
|
|
|
|
|
southwest = "–", -- en dash
|
|
|
|
|
"Κ", -- kappa uppercase
|
|
|
|
|
"κ", -- kappa lowercase
|
|
|
|
|
},
|
|
|
|
|
_k_ = {
|
|
|
|
|
"k",
|
|
|
|
|
north = '"',
|
|
|
|
|
south = "ķ",
|
|
|
|
|
east = "–", -- hyphen minus
|
|
|
|
|
southeast = "—", -- em dash
|
|
|
|
|
southwest = "–", -- en dash
|
|
|
|
|
"Κ", -- kappa uppercase
|
|
|
|
|
"κ", -- kappa lowercase
|
|
|
|
|
},
|
|
|
|
|
_L_ = {
|
|
|
|
|
"L",
|
|
|
|
|
north = "'",
|
|
|
|
|
northeast = "Ĺ",
|
|
|
|
|
northwest = "Ľ",
|
|
|
|
|
east = "+",
|
|
|
|
|
west = "Ł",
|
|
|
|
|
south = "Ļ",
|
|
|
|
|
southeast = "£",
|
|
|
|
|
southwest = "ꝉ", -- abbreviation for vel (Latin or)
|
|
|
|
|
"Λ",
|
|
|
|
|
"λ",
|
|
|
|
|
"ɫ", -- dark l, velarized alveolar lateral approximant IPA
|
|
|
|
|
},
|
|
|
|
|
_l_ = {
|
|
|
|
|
"l",
|
|
|
|
|
north = "'",
|
|
|
|
|
northeast = "ĺ",
|
|
|
|
|
northwest = "ľ",
|
|
|
|
|
east = "+",
|
|
|
|
|
west = "ł",
|
|
|
|
|
south = "ļ",
|
|
|
|
|
southeast = "£",
|
|
|
|
|
southwest = "ꝉ", -- abbreviation for vel (Latin or)
|
|
|
|
|
"Λ",
|
|
|
|
|
"λ",
|
|
|
|
|
"ɫ", -- dark l, velarized alveolar lateral approximant IPA
|
|
|
|
|
},
|
2019-04-16 18:44:22 +00:00
|
|
|
|
_M_ = {
|
|
|
|
|
"M",
|
|
|
|
|
east = "ɱ", -- labiodental nasal IPA
|
|
|
|
|
west = "Μ", -- upptercase mu
|
|
|
|
|
},
|
|
|
|
|
_m_ = {
|
|
|
|
|
"m",
|
|
|
|
|
east = "ɱ", -- labiodental nasal IPA
|
|
|
|
|
west = "μ", -- lowercase mu
|
|
|
|
|
},
|
|
|
|
|
_N_ = {
|
|
|
|
|
"N",
|
|
|
|
|
north = "Ñ",
|
|
|
|
|
northeast = "Ń",
|
|
|
|
|
northwest = "Ǹ",
|
|
|
|
|
east = "ɲ", -- palatal nasal IPA
|
|
|
|
|
west = "Ν", -- uppercase nu
|
|
|
|
|
southeast = "Ŋ", -- uppercase letter eng (ligature of N and G)
|
|
|
|
|
south = "Ņ",
|
|
|
|
|
southwest = "Ň", -- Czech
|
|
|
|
|
},
|
|
|
|
|
_n_ = {
|
|
|
|
|
"n",
|
|
|
|
|
north = "ñ",
|
|
|
|
|
northeast = "ń",
|
|
|
|
|
northwest = "ǹ",
|
|
|
|
|
east = "ɲ", -- palatal nasal IPA
|
|
|
|
|
west = "ν", -- lowercase nu
|
|
|
|
|
southeast = "ŋ", -- letter eng (ligature of N and G), velar nasal IPA
|
|
|
|
|
south = "ņ",
|
|
|
|
|
southwest = "ň", -- Czech
|
|
|
|
|
},
|
2019-04-12 16:28:05 +00:00
|
|
|
|
_O_ = {
|
|
|
|
|
"O",
|
2020-06-10 20:37:44 +00:00
|
|
|
|
north = "Ö",
|
2019-04-12 16:28:05 +00:00
|
|
|
|
northeast = "Ó",
|
|
|
|
|
northwest = "Ò",
|
|
|
|
|
east = "Ô",
|
|
|
|
|
west = "Õ",
|
|
|
|
|
south = "Ǫ",
|
2019-04-12 21:02:48 +00:00
|
|
|
|
southeast = "Œ",
|
2019-04-13 07:51:52 +00:00
|
|
|
|
southwest = "Ø",
|
2019-04-12 16:28:05 +00:00
|
|
|
|
"Ō",
|
|
|
|
|
"ɔ", -- open o, open-mid back rounded vowel IPA
|
|
|
|
|
"ɒ", -- turned alpha, open back rounded vowel IPA
|
|
|
|
|
},
|
|
|
|
|
_o_ = {
|
|
|
|
|
"o",
|
|
|
|
|
north = "ö",
|
|
|
|
|
northeast = "ó",
|
|
|
|
|
northwest = "ò",
|
|
|
|
|
east = "ô",
|
|
|
|
|
west = "õ",
|
|
|
|
|
south = "ǫ",
|
2019-04-12 21:02:48 +00:00
|
|
|
|
southeast = "œ",
|
2019-04-13 07:51:52 +00:00
|
|
|
|
southwest = "ø",
|
2019-04-12 16:28:05 +00:00
|
|
|
|
"ō",
|
|
|
|
|
"ɔ", -- open o, open-mid back rounded vowel IPA
|
|
|
|
|
"ɒ", -- turned alpha, open back rounded vowel IPA
|
2019-04-10 10:54:28 +00:00
|
|
|
|
},
|
2019-04-17 12:37:31 +00:00
|
|
|
|
_P_ = {
|
|
|
|
|
"P",
|
|
|
|
|
west = "Π", -- uppercase pi
|
|
|
|
|
},
|
|
|
|
|
_p_ = {
|
|
|
|
|
"p",
|
|
|
|
|
west = "π", -- lowercase pi
|
|
|
|
|
},
|
2019-04-13 13:18:05 +00:00
|
|
|
|
_Q_ = {
|
|
|
|
|
"Q",
|
|
|
|
|
north = "[",
|
|
|
|
|
northeast = "{",
|
2019-08-23 17:53:53 +00:00
|
|
|
|
--- @todo Render q̃ correctly on key (not a problem in textbox?)
|
2019-04-13 13:18:05 +00:00
|
|
|
|
--east = {"q̃"}, -- Old/Middle French abbreviation of que
|
|
|
|
|
},
|
|
|
|
|
_q_ = {
|
|
|
|
|
"q",
|
|
|
|
|
north = "[",
|
|
|
|
|
northeast = "{",
|
2019-08-23 17:53:53 +00:00
|
|
|
|
--- @todo Render q̃ correctly on key (not a problem in textbox?)
|
2019-04-13 13:18:05 +00:00
|
|
|
|
--east = {"q̃"}, -- Old/Middle French abbreviation of que
|
|
|
|
|
},
|
2019-04-17 18:47:30 +00:00
|
|
|
|
_R_ = {
|
|
|
|
|
"R",
|
|
|
|
|
north = "ρ", -- lowercase rho
|
|
|
|
|
northeast = "Ŕ",
|
|
|
|
|
northwest = "Ρ ", -- uppercase rho
|
|
|
|
|
east = "ɾ", -- alveolar flap or tap IPA
|
|
|
|
|
west = "Ř", -- r with háček (Czech)
|
|
|
|
|
south = "Ŗ", -- r cedilla (Latvian)
|
|
|
|
|
southeast = "ɻ", -- retroflex approximant IPA
|
|
|
|
|
southwest = "ɹ", -- alveolar approximant IPA
|
|
|
|
|
"ʀ", -- uvular trill IPA
|
|
|
|
|
"ʁ", -- voiced uvular fricative IPA
|
|
|
|
|
},
|
|
|
|
|
_r_ = {
|
|
|
|
|
"r",
|
|
|
|
|
north = "ρ", -- lowercase rho
|
|
|
|
|
northeast = "ŕ",
|
|
|
|
|
northwest = "Ρ ", -- uppercase rho
|
|
|
|
|
east = "ɾ", -- alveolar flap or tap IPA
|
|
|
|
|
west = "ř", -- r with háček (Czech)
|
|
|
|
|
south = "ŗ", -- r cedilla (Latvian)
|
|
|
|
|
southeast = "ɻ", -- retroflex approximant IPA
|
|
|
|
|
southwest = "ɹ", -- alveolar approximant IPA
|
|
|
|
|
"ʀ", -- uvular trill IPA
|
|
|
|
|
"ʁ", -- voiced uvular fricative IPA
|
|
|
|
|
},
|
2019-04-10 13:47:15 +00:00
|
|
|
|
_S_ = {
|
|
|
|
|
"S",
|
2019-04-14 07:50:39 +00:00
|
|
|
|
north = "ẞ", -- uppercase eszett
|
2019-04-10 13:47:15 +00:00
|
|
|
|
northeast = "Ś",
|
2019-04-14 07:50:39 +00:00
|
|
|
|
northwest = "ʃ", -- esh, voiceless palato-alveolar fricative IPA
|
2019-04-10 13:47:15 +00:00
|
|
|
|
east = "Ŝ",
|
|
|
|
|
west = "Š",
|
|
|
|
|
south = "Ş",
|
|
|
|
|
southeast = "$",
|
|
|
|
|
southwest = "Ṣ",
|
2019-04-14 07:50:39 +00:00
|
|
|
|
"ſ", -- long s
|
|
|
|
|
"Σ", -- uppercase sigma
|
2019-04-10 13:47:15 +00:00
|
|
|
|
},
|
|
|
|
|
_s_ = {
|
|
|
|
|
"s",
|
2019-04-14 07:50:39 +00:00
|
|
|
|
north = "ß", -- lowercase eszett
|
2019-04-10 13:47:15 +00:00
|
|
|
|
northeast = "ś",
|
2019-04-14 07:50:39 +00:00
|
|
|
|
northwest = "ʃ", -- esh, voiceless palato-alveolar fricative IPA
|
2019-04-10 13:47:15 +00:00
|
|
|
|
east = "ŝ",
|
|
|
|
|
west = "š",
|
|
|
|
|
south = "ş",
|
|
|
|
|
southeast = "$",
|
|
|
|
|
southwest = "ṣ",
|
2019-04-14 07:50:39 +00:00
|
|
|
|
"ſ", -- long s
|
|
|
|
|
"σ", -- lowercase sigma
|
|
|
|
|
"ς", -- lowercase word-end sigma
|
2019-04-10 13:47:15 +00:00
|
|
|
|
},
|
2019-04-12 15:53:19 +00:00
|
|
|
|
_T_ = {
|
|
|
|
|
"T",
|
|
|
|
|
north = "θ",
|
|
|
|
|
northeast = "Þ",
|
|
|
|
|
northwest = "Ț",
|
|
|
|
|
east = "Ʈ",
|
|
|
|
|
west = "Ť",
|
|
|
|
|
south = "Ţ",
|
|
|
|
|
southeast = "ʈ",
|
|
|
|
|
southwest = "Ṭ",
|
|
|
|
|
"Τ",
|
|
|
|
|
"τ",
|
|
|
|
|
},
|
|
|
|
|
_t_ = {
|
|
|
|
|
"t",
|
|
|
|
|
north = "θ",
|
|
|
|
|
northeast = "þ",
|
|
|
|
|
northwest = "ț",
|
|
|
|
|
east = "Ʈ",
|
|
|
|
|
west = "ť",
|
|
|
|
|
south = "ţ",
|
|
|
|
|
southeast = "ʈ",
|
|
|
|
|
southwest = "ṭ",
|
|
|
|
|
"Τ",
|
|
|
|
|
"τ",
|
|
|
|
|
},
|
2019-04-12 16:28:05 +00:00
|
|
|
|
_U_ = {
|
|
|
|
|
"U",
|
|
|
|
|
north = "Ü",
|
|
|
|
|
northeast = "Ú",
|
|
|
|
|
northwest = "Ù",
|
|
|
|
|
east = "Û",
|
|
|
|
|
west = "Ũ",
|
|
|
|
|
south = "Ų",
|
|
|
|
|
southwest = "Ů",
|
|
|
|
|
"Ū",
|
|
|
|
|
"ʌ", -- turned v, open-mid back unrounded vowel IPA
|
|
|
|
|
},
|
|
|
|
|
_u_ = {
|
|
|
|
|
"u",
|
|
|
|
|
north = "ü",
|
|
|
|
|
northeast = "ú",
|
|
|
|
|
northwest = "ù",
|
|
|
|
|
east = "û",
|
|
|
|
|
west = "ũ",
|
|
|
|
|
south = "ų",
|
|
|
|
|
southwest = "ů",
|
|
|
|
|
"ū",
|
|
|
|
|
"ʌ", -- turned v, open-mid back unrounded vowel IPA
|
|
|
|
|
},
|
2019-04-19 12:17:18 +00:00
|
|
|
|
_V_ = {
|
|
|
|
|
"V",
|
|
|
|
|
north = "ʌ", -- open-mid back unrounded vowel IPA
|
|
|
|
|
northwest = "Ʋ", -- v with hook
|
|
|
|
|
east = "Ꜹ",
|
|
|
|
|
west = "Ṽ",
|
|
|
|
|
},
|
|
|
|
|
_v_ = {
|
|
|
|
|
"v",
|
|
|
|
|
north = "ʌ", -- open-mid back unrounded vowel IPA
|
|
|
|
|
northwest = "ʋ", -- v with hook, labiodental approximant IPA
|
|
|
|
|
east = "ꜹ",
|
|
|
|
|
west = "ṽ",
|
|
|
|
|
},
|
2019-04-13 13:18:05 +00:00
|
|
|
|
_W_ = {
|
|
|
|
|
"W",
|
|
|
|
|
north = "]",
|
|
|
|
|
northeast = "}",
|
|
|
|
|
northwest = "ʍ", -- inverted w, voiceless labial-velar approximant IPA
|
|
|
|
|
east = "Ƿ", -- wynn, Old English for /w/
|
|
|
|
|
},
|
|
|
|
|
_w_ = {
|
|
|
|
|
"w",
|
|
|
|
|
north = "]",
|
|
|
|
|
northeast = "}",
|
|
|
|
|
northwest = "ʍ", -- inverted w, voiceless labial-velar approximant IPA
|
|
|
|
|
east = "ƿ", -- wynn, Old English for /w/
|
|
|
|
|
},
|
2019-04-27 07:04:48 +00:00
|
|
|
|
_X_ = {
|
|
|
|
|
"X",
|
|
|
|
|
east = "Χ", -- uppercase chi
|
|
|
|
|
west = "Ξ", -- uppercase xi
|
|
|
|
|
},
|
|
|
|
|
_x_ = {
|
|
|
|
|
"x",
|
|
|
|
|
east = "χ", -- lowercase chi
|
|
|
|
|
west = "ξ", -- lowercase xi
|
|
|
|
|
},
|
2019-04-17 19:21:28 +00:00
|
|
|
|
_Y_ = {
|
|
|
|
|
"Y",
|
|
|
|
|
north = "Ŷ",
|
|
|
|
|
northeast = "Ý",
|
|
|
|
|
northwest = "Ỳ",
|
|
|
|
|
east = "Ÿ",
|
|
|
|
|
west = "Ỹ",
|
|
|
|
|
south = "ʎ", -- palatal lateral approximant IPA (looks like mirror lambda, but actually upside down y)
|
|
|
|
|
southeast = "ʏ", -- near-close, near-front rounded vowel IPA
|
|
|
|
|
southwest = "Υ", -- uppercase upsilon
|
|
|
|
|
},
|
|
|
|
|
_y_ = {
|
|
|
|
|
"y",
|
|
|
|
|
north = "ŷ",
|
|
|
|
|
northeast = "ý",
|
|
|
|
|
northwest = "ỳ",
|
|
|
|
|
east = "ÿ",
|
|
|
|
|
west = "ỹ",
|
|
|
|
|
south = "ʎ", -- palatal lateral approximant IPA (looks like mirror lambda, but actually upside down y)
|
|
|
|
|
southeast = "ʏ", -- near-close, near-front rounded vowel IPA
|
|
|
|
|
southwest = "υ", -- lowercase upsilon
|
|
|
|
|
},
|
2019-04-12 21:02:48 +00:00
|
|
|
|
_Z_ = {
|
|
|
|
|
"Z",
|
|
|
|
|
northeast = "Ź",
|
|
|
|
|
northwest = "Ζ", -- zeta uppercase
|
|
|
|
|
west = "Ž",
|
|
|
|
|
south = "ʐ", -- voiced retroflex sibilant fricative IPA
|
|
|
|
|
southeast = "ʒ", -- ezh, voiced palato-alveolar fricative IPA
|
|
|
|
|
southwest = "Ż",
|
|
|
|
|
},
|
|
|
|
|
_z_ = {
|
|
|
|
|
"z",
|
|
|
|
|
northeast = "ź",
|
|
|
|
|
northwest = "ζ", -- zeta lowercase
|
|
|
|
|
west = "ž",
|
|
|
|
|
south = "ʐ", -- voiced retroflex sibilant fricative IPA
|
|
|
|
|
southeast = "ʒ", -- ezh, voiced palato-alveolar fricative IPA
|
|
|
|
|
southwest = "ż",
|
|
|
|
|
},
|
2019-04-10 10:54:28 +00:00
|
|
|
|
}
|