2019-05-14 14:30:21 +00:00
|
|
|
|
return {
|
2021-10-03 08:36:49 +00:00
|
|
|
|
prd = {
|
|
|
|
|
".",
|
|
|
|
|
north = ":",
|
|
|
|
|
alt_label = ":",
|
|
|
|
|
northeast = ")",
|
|
|
|
|
northwest = "¡",
|
|
|
|
|
east = "…",
|
|
|
|
|
west = "!",
|
|
|
|
|
"·",
|
|
|
|
|
},
|
2021-10-14 09:33:33 +00:00
|
|
|
|
acu = {
|
|
|
|
|
"´",
|
|
|
|
|
alt_label = "ʹ",
|
|
|
|
|
east = "ʹ", -- Greek Numeral Sign
|
|
|
|
|
west = "͵", -- Greek Lower Numeral Sign
|
|
|
|
|
},
|
2019-05-14 14:30:21 +00:00
|
|
|
|
_A_el = {
|
|
|
|
|
"Α",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northeast = "Ά",
|
|
|
|
|
north = "A",
|
2021-06-30 18:47:41 +00:00
|
|
|
|
northwest = "ᾍ",
|
|
|
|
|
east = "Ἀ",
|
|
|
|
|
west = "Ἁ",
|
|
|
|
|
south = "@",
|
|
|
|
|
southeast = "Ἄ",
|
|
|
|
|
southwest = "Ἅ",
|
|
|
|
|
"ᾏ",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_a_el = {
|
|
|
|
|
"α",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northeast = "ά",
|
|
|
|
|
north = "a",
|
2021-06-30 18:47:41 +00:00
|
|
|
|
northwest = "ὰ",
|
|
|
|
|
east = "ἀ",
|
|
|
|
|
west = "ἁ",
|
|
|
|
|
south = "@",
|
|
|
|
|
southeast = "ἄ",
|
|
|
|
|
southwest = "ἅ",
|
|
|
|
|
"ἇ",
|
|
|
|
|
"ᾶ",
|
|
|
|
|
"ἆ",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_B_el = {
|
|
|
|
|
"Β",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northeast = "♭",
|
|
|
|
|
north = "B",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_b_el = {
|
|
|
|
|
"β",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northeast = "♭",
|
|
|
|
|
north = "b",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_C_el = {
|
|
|
|
|
"Ψ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northeast = "©",
|
|
|
|
|
north = "C",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_c_el = {
|
|
|
|
|
"ψ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northeast = "©",
|
|
|
|
|
north = "c",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_D_el = {
|
|
|
|
|
"Δ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northwest = "D",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_d_el = {
|
|
|
|
|
"δ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northwest = "d",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_E_el = {
|
|
|
|
|
"Ε",
|
2021-06-30 18:47:41 +00:00
|
|
|
|
northeast = "Έ",
|
|
|
|
|
north = "E",
|
|
|
|
|
east = "Ἐ",
|
|
|
|
|
west = "Ἑ",
|
|
|
|
|
south = "€",
|
|
|
|
|
southeast = "Ἔ",
|
|
|
|
|
southwest = "Ἕ",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_e_el = {
|
|
|
|
|
"ε",
|
2021-06-30 18:47:41 +00:00
|
|
|
|
northeast = "έ",
|
|
|
|
|
north = "e",
|
|
|
|
|
northwest = "ὲ",
|
|
|
|
|
east = "ἐ",
|
|
|
|
|
west = "ἑ",
|
|
|
|
|
south = "€",
|
|
|
|
|
southeast = "ἔ",
|
|
|
|
|
southwest = "ἕ",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_F_el = {
|
|
|
|
|
"Φ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northeast = "ƒ", -- Guilder/Florin
|
|
|
|
|
north = "F",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_f_el = {
|
|
|
|
|
"φ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northeast = "ƒ", -- Guilder/Florin
|
|
|
|
|
north = "f",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_G_el = {
|
|
|
|
|
"Γ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northwest = "G",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_g_el = {
|
|
|
|
|
"γ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northwest = "g",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_H_el = {
|
|
|
|
|
"Η",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northeast = "Ή",
|
|
|
|
|
north = "H",
|
2021-06-30 18:47:41 +00:00
|
|
|
|
east = "Ἠ",
|
|
|
|
|
west = "Ἡ",
|
|
|
|
|
south = "ῌ",
|
|
|
|
|
southeast = "Ἤ",
|
|
|
|
|
southwest = "Ἥ",
|
|
|
|
|
"Ἧ",
|
|
|
|
|
"ᾟ",
|
|
|
|
|
"Ἦ",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_h_el = {
|
|
|
|
|
"η",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northeast = "ή",
|
|
|
|
|
north = "h",
|
2021-06-30 18:47:41 +00:00
|
|
|
|
northwest = "ὴ",
|
|
|
|
|
east = "ἠ",
|
|
|
|
|
west = "ἡ",
|
|
|
|
|
south = "ῃ",
|
|
|
|
|
southeast = "ἤ",
|
|
|
|
|
southwest = "ἥ",
|
|
|
|
|
"ἧ",
|
|
|
|
|
"ῆ",
|
|
|
|
|
"ἦ",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_I_el = {
|
|
|
|
|
"Ι",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northeast = "Ί",
|
|
|
|
|
north = "I",
|
2021-07-03 18:57:39 +00:00
|
|
|
|
northwest = "Ϊ",
|
2021-06-30 18:47:41 +00:00
|
|
|
|
east = "Ἰ",
|
|
|
|
|
west = "Ἱ",
|
|
|
|
|
southeast = "Ἴ",
|
|
|
|
|
southwest = "Ἵ",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_i_el = {
|
|
|
|
|
"ι",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northeast = "ί",
|
|
|
|
|
north = "i",
|
2021-06-30 18:47:41 +00:00
|
|
|
|
northwest = "ὶ",
|
|
|
|
|
east = "ἰ",
|
|
|
|
|
west = "ἱ",
|
|
|
|
|
southeast = "ἴ",
|
|
|
|
|
southwest = "ἵ",
|
|
|
|
|
"ΐ",
|
|
|
|
|
"ϊ",
|
|
|
|
|
"ῖ",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_J_el = {
|
|
|
|
|
"Ξ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northwest = "J",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_j_el = {
|
|
|
|
|
"ξ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northwest = "j",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_K_el = {
|
|
|
|
|
"Κ",
|
|
|
|
|
northeast = "—", -- em dash
|
|
|
|
|
northwest = "–", -- en dash
|
|
|
|
|
north = "–", -- hyphen minus
|
|
|
|
|
east = '"',
|
|
|
|
|
west = "K",
|
|
|
|
|
},
|
|
|
|
|
_k_el = {
|
|
|
|
|
"κ",
|
|
|
|
|
northeast = "—", -- em dash
|
|
|
|
|
northwest = "–", -- en dash
|
|
|
|
|
north = "–", -- hyphen minus
|
|
|
|
|
east = '"',
|
|
|
|
|
west = "k",
|
|
|
|
|
},
|
|
|
|
|
_L_el = {
|
|
|
|
|
"Λ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northeast = "'",
|
|
|
|
|
north = "£",
|
|
|
|
|
northwest = "+",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
west = "L",
|
|
|
|
|
},
|
|
|
|
|
_l_el = {
|
|
|
|
|
"λ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northeast = "'",
|
|
|
|
|
north = "£",
|
|
|
|
|
northwest = "+",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
west = "l",
|
|
|
|
|
},
|
|
|
|
|
_M_el = {
|
|
|
|
|
"Μ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northwest = "M",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_m_el = {
|
|
|
|
|
"μ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northwest = "m",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_N_el = {
|
|
|
|
|
"Ν",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northwest = "N",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_n_el = {
|
|
|
|
|
"ν",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northwest = "n",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_O_el = {
|
|
|
|
|
"Ο",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northeast = "Ό",
|
|
|
|
|
north = "O",
|
2021-06-30 18:47:41 +00:00
|
|
|
|
east = "Ὀ",
|
|
|
|
|
west = "Ὁ",
|
|
|
|
|
south = "Ø",
|
|
|
|
|
southeast = "Ὄ",
|
|
|
|
|
southwest = "Ὅ",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_o_el = {
|
|
|
|
|
"ο",
|
2021-06-30 18:47:41 +00:00
|
|
|
|
northwest = "ὸ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northeast = "ό",
|
|
|
|
|
north = "o",
|
2021-06-30 18:47:41 +00:00
|
|
|
|
east = "ὀ",
|
|
|
|
|
west = "ὁ",
|
|
|
|
|
south = "ø",
|
|
|
|
|
southeast = "ὄ",
|
|
|
|
|
southwest = "ὅ",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_P_el = {
|
|
|
|
|
"Π",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northwest = "P",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_p_el = {
|
|
|
|
|
"π",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northwest = "p",
|
|
|
|
|
},
|
|
|
|
|
--_Q_el = {
|
|
|
|
|
-- "Q",
|
|
|
|
|
-- north = "[",
|
|
|
|
|
-- northeast = "{",
|
|
|
|
|
--},
|
|
|
|
|
--_q_el = {
|
|
|
|
|
-- "q",
|
|
|
|
|
-- north = "[",
|
|
|
|
|
-- northeast = "{",
|
|
|
|
|
--},
|
2019-05-14 14:30:21 +00:00
|
|
|
|
_R_el = {
|
|
|
|
|
"Ρ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northwest = "R",
|
2021-06-30 18:47:41 +00:00
|
|
|
|
northeast = "Ῥ",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_r_el = {
|
|
|
|
|
"ρ",
|
2021-06-30 18:47:41 +00:00
|
|
|
|
northwest = "ῥ",
|
|
|
|
|
northeast = "ῤ",
|
|
|
|
|
north = "r",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_S_el = {
|
|
|
|
|
"Σ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northwest = "S",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
north = "$",
|
|
|
|
|
},
|
|
|
|
|
_s_el = {
|
|
|
|
|
"σ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northeast = "ς",
|
|
|
|
|
northwest = "s",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
north = "$",
|
|
|
|
|
},
|
|
|
|
|
_T_el = {
|
|
|
|
|
"Τ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northwest = "T",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_t_el = {
|
|
|
|
|
"τ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northwest = "t",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_U_el = {
|
|
|
|
|
"Θ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northwest = "U",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_u_el = {
|
|
|
|
|
"θ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northwest = "u",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_V_el = {
|
|
|
|
|
"Ω",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northeast = "Ώ",
|
2021-06-30 18:47:41 +00:00
|
|
|
|
north = "V",
|
|
|
|
|
east = "Ὠ",
|
|
|
|
|
west = "Ὡ",
|
|
|
|
|
south = "ῼ",
|
|
|
|
|
southeast = "Ὤ",
|
|
|
|
|
southwest = "Ὥ",
|
|
|
|
|
"Ὧ",
|
|
|
|
|
"ᾯ",
|
|
|
|
|
"Ὦ",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_v_el = {
|
|
|
|
|
"ω",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northeast = "ώ",
|
2021-06-30 18:47:41 +00:00
|
|
|
|
north = "v",
|
|
|
|
|
northwest = "ὼ",
|
|
|
|
|
east = "ὠ",
|
|
|
|
|
west = "ὡ",
|
|
|
|
|
south = "ῳ",
|
|
|
|
|
southeast = "ὤ",
|
|
|
|
|
southwest = "ὥ",
|
|
|
|
|
"ὧ",
|
|
|
|
|
"ῶ",
|
|
|
|
|
"ὦ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
},
|
|
|
|
|
--_W_el = {
|
|
|
|
|
-- "W",
|
|
|
|
|
-- north = "]",
|
|
|
|
|
-- northeast = "}",
|
|
|
|
|
-- northwest = "ʍ", -- inverted w, voiceless labial-velar approximant IPA
|
|
|
|
|
-- east = "Ƿ", -- wynn, Old English for /w/
|
|
|
|
|
--},
|
|
|
|
|
--_w_el = {
|
|
|
|
|
-- "w",
|
|
|
|
|
-- north = "]",
|
|
|
|
|
-- northeast = "}",
|
|
|
|
|
-- northwest = "ʍ", -- inverted w, voiceless labial-velar approximant IPA
|
|
|
|
|
-- east = "ƿ", -- wynn, Old English for /w/
|
|
|
|
|
--},
|
2019-05-14 14:30:21 +00:00
|
|
|
|
_X_el = {
|
|
|
|
|
"Χ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northwest = "X",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_x_el = {
|
|
|
|
|
"χ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northwest = "x",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_Y_el = {
|
|
|
|
|
"Υ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northeast = "Ύ",
|
2021-06-30 18:47:41 +00:00
|
|
|
|
north = "Y",
|
2021-07-03 18:57:39 +00:00
|
|
|
|
northwest = "Ϋ",
|
2021-06-30 18:47:41 +00:00
|
|
|
|
west = "Ὑ",
|
|
|
|
|
southeast = "Ὗ",
|
|
|
|
|
southwest = "Ὕ",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_y_el = {
|
|
|
|
|
"υ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northeast = "ύ",
|
2021-06-30 18:47:41 +00:00
|
|
|
|
north = "y",
|
|
|
|
|
northwest = "ὺ",
|
|
|
|
|
east = "ὐ",
|
|
|
|
|
west = "ὑ",
|
|
|
|
|
southeast = "ὔ",
|
|
|
|
|
southwest = "ὕ",
|
|
|
|
|
"ΰ",
|
|
|
|
|
"ϋ",
|
|
|
|
|
"ῦ",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_Z_el = {
|
|
|
|
|
"Ζ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northwest = "Z",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
_z_el = {
|
|
|
|
|
"ζ",
|
2019-08-08 16:38:46 +00:00
|
|
|
|
northwest = "z",
|
2019-05-14 14:30:21 +00:00
|
|
|
|
},
|
|
|
|
|
}
|