mirror of
https://github.com/koreader/koreader
synced 2024-11-10 01:10:34 +00:00
a7bbf24f87
By @ichnilatis-gr
356 lines
6.5 KiB
Lua
356 lines
6.5 KiB
Lua
return {
|
||
_A_el = {
|
||
"Α",
|
||
northeast = "Ά",
|
||
north = "A",
|
||
northwest = "ᾍ",
|
||
east = "Ἀ",
|
||
west = "Ἁ",
|
||
south = "@",
|
||
southeast = "Ἄ",
|
||
southwest = "Ἅ",
|
||
"ᾏ",
|
||
},
|
||
_a_el = {
|
||
"α",
|
||
northeast = "ά",
|
||
north = "a",
|
||
northwest = "ὰ",
|
||
east = "ἀ",
|
||
west = "ἁ",
|
||
south = "@",
|
||
southeast = "ἄ",
|
||
southwest = "ἅ",
|
||
"ἇ",
|
||
"ᾶ",
|
||
"ἆ",
|
||
},
|
||
_B_el = {
|
||
"Β",
|
||
northeast = "♭",
|
||
north = "B",
|
||
},
|
||
_b_el = {
|
||
"β",
|
||
northeast = "♭",
|
||
north = "b",
|
||
},
|
||
_C_el = {
|
||
"Ψ",
|
||
northeast = "©",
|
||
north = "C",
|
||
},
|
||
_c_el = {
|
||
"ψ",
|
||
northeast = "©",
|
||
north = "c",
|
||
},
|
||
_D_el = {
|
||
"Δ",
|
||
northwest = "D",
|
||
},
|
||
_d_el = {
|
||
"δ",
|
||
northwest = "d",
|
||
},
|
||
_E_el = {
|
||
"Ε",
|
||
northeast = "Έ",
|
||
north = "E",
|
||
east = "Ἐ",
|
||
west = "Ἑ",
|
||
south = "€",
|
||
southeast = "Ἔ",
|
||
southwest = "Ἕ",
|
||
},
|
||
_e_el = {
|
||
"ε",
|
||
northeast = "έ",
|
||
north = "e",
|
||
northwest = "ὲ",
|
||
east = "ἐ",
|
||
west = "ἑ",
|
||
south = "€",
|
||
southeast = "ἔ",
|
||
southwest = "ἕ",
|
||
},
|
||
_F_el = {
|
||
"Φ",
|
||
northeast = "ƒ", -- Guilder/Florin
|
||
north = "F",
|
||
},
|
||
_f_el = {
|
||
"φ",
|
||
northeast = "ƒ", -- Guilder/Florin
|
||
north = "f",
|
||
},
|
||
_G_el = {
|
||
"Γ",
|
||
northwest = "G",
|
||
},
|
||
_g_el = {
|
||
"γ",
|
||
northwest = "g",
|
||
},
|
||
_H_el = {
|
||
"Η",
|
||
northeast = "Ή",
|
||
north = "H",
|
||
east = "Ἠ",
|
||
west = "Ἡ",
|
||
south = "ῌ",
|
||
southeast = "Ἤ",
|
||
southwest = "Ἥ",
|
||
"Ἧ",
|
||
"ᾟ",
|
||
"Ἦ",
|
||
},
|
||
_h_el = {
|
||
"η",
|
||
northeast = "ή",
|
||
north = "h",
|
||
northwest = "ὴ",
|
||
east = "ἠ",
|
||
west = "ἡ",
|
||
south = "ῃ",
|
||
southeast = "ἤ",
|
||
southwest = "ἥ",
|
||
"ἧ",
|
||
"ῆ",
|
||
"ἦ",
|
||
},
|
||
_I_el = {
|
||
"Ι",
|
||
northeast = "Ί",
|
||
north = "I",
|
||
northwest = "Ϊ",
|
||
east = "Ἰ",
|
||
west = "Ἱ",
|
||
southeast = "Ἴ",
|
||
southwest = "Ἵ",
|
||
},
|
||
_i_el = {
|
||
"ι",
|
||
northeast = "ί",
|
||
north = "i",
|
||
northwest = "ὶ",
|
||
east = "ἰ",
|
||
west = "ἱ",
|
||
southeast = "ἴ",
|
||
southwest = "ἵ",
|
||
"ΐ",
|
||
"ϊ",
|
||
"ῖ",
|
||
},
|
||
_J_el = {
|
||
"Ξ",
|
||
northwest = "J",
|
||
},
|
||
_j_el = {
|
||
"ξ",
|
||
northwest = "j",
|
||
},
|
||
_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 = {
|
||
"Λ",
|
||
northeast = "'",
|
||
north = "£",
|
||
northwest = "+",
|
||
west = "L",
|
||
},
|
||
_l_el = {
|
||
"λ",
|
||
northeast = "'",
|
||
north = "£",
|
||
northwest = "+",
|
||
west = "l",
|
||
},
|
||
_M_el = {
|
||
"Μ",
|
||
northwest = "M",
|
||
},
|
||
_m_el = {
|
||
"μ",
|
||
northwest = "m",
|
||
},
|
||
_N_el = {
|
||
"Ν",
|
||
northwest = "N",
|
||
},
|
||
_n_el = {
|
||
"ν",
|
||
northwest = "n",
|
||
},
|
||
_O_el = {
|
||
"Ο",
|
||
northeast = "Ό",
|
||
north = "O",
|
||
east = "Ὀ",
|
||
west = "Ὁ",
|
||
south = "Ø",
|
||
southeast = "Ὄ",
|
||
southwest = "Ὅ",
|
||
},
|
||
_o_el = {
|
||
"ο",
|
||
northwest = "ὸ",
|
||
northeast = "ό",
|
||
north = "o",
|
||
east = "ὀ",
|
||
west = "ὁ",
|
||
south = "ø",
|
||
southeast = "ὄ",
|
||
southwest = "ὅ",
|
||
},
|
||
_P_el = {
|
||
"Π",
|
||
northwest = "P",
|
||
},
|
||
_p_el = {
|
||
"π",
|
||
northwest = "p",
|
||
},
|
||
--_Q_el = {
|
||
-- "Q",
|
||
-- north = "[",
|
||
-- northeast = "{",
|
||
--},
|
||
--_q_el = {
|
||
-- "q",
|
||
-- north = "[",
|
||
-- northeast = "{",
|
||
--},
|
||
_R_el = {
|
||
"Ρ",
|
||
northwest = "R",
|
||
northeast = "Ῥ",
|
||
},
|
||
_r_el = {
|
||
"ρ",
|
||
northwest = "ῥ",
|
||
northeast = "ῤ",
|
||
north = "r",
|
||
},
|
||
_S_el = {
|
||
"Σ",
|
||
northwest = "S",
|
||
north = "$",
|
||
},
|
||
_s_el = {
|
||
"σ",
|
||
northeast = "ς",
|
||
northwest = "s",
|
||
north = "$",
|
||
},
|
||
_T_el = {
|
||
"Τ",
|
||
northwest = "T",
|
||
},
|
||
_t_el = {
|
||
"τ",
|
||
northwest = "t",
|
||
},
|
||
_U_el = {
|
||
"Θ",
|
||
northwest = "U",
|
||
},
|
||
_u_el = {
|
||
"θ",
|
||
northwest = "u",
|
||
},
|
||
_V_el = {
|
||
"Ω",
|
||
northeast = "Ώ",
|
||
north = "V",
|
||
east = "Ὠ",
|
||
west = "Ὡ",
|
||
south = "ῼ",
|
||
southeast = "Ὤ",
|
||
southwest = "Ὥ",
|
||
"Ὧ",
|
||
"ᾯ",
|
||
"Ὦ",
|
||
},
|
||
_v_el = {
|
||
"ω",
|
||
northeast = "ώ",
|
||
north = "v",
|
||
northwest = "ὼ",
|
||
east = "ὠ",
|
||
west = "ὡ",
|
||
south = "ῳ",
|
||
southeast = "ὤ",
|
||
southwest = "ὥ",
|
||
"ὧ",
|
||
"ῶ",
|
||
"ὦ",
|
||
},
|
||
--_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/
|
||
--},
|
||
_X_el = {
|
||
"Χ",
|
||
northwest = "X",
|
||
},
|
||
_x_el = {
|
||
"χ",
|
||
northwest = "x",
|
||
},
|
||
_Y_el = {
|
||
"Υ",
|
||
northeast = "Ύ",
|
||
north = "Y",
|
||
northwest = "Ϋ",
|
||
west = "Ὑ",
|
||
southeast = "Ὗ",
|
||
southwest = "Ὕ",
|
||
},
|
||
_y_el = {
|
||
"υ",
|
||
northeast = "ύ",
|
||
north = "y",
|
||
northwest = "ὺ",
|
||
east = "ὐ",
|
||
west = "ὑ",
|
||
southeast = "ὔ",
|
||
southwest = "ὕ",
|
||
"ΰ",
|
||
"ϋ",
|
||
"ῦ",
|
||
},
|
||
_Z_el = {
|
||
"Ζ",
|
||
northwest = "Z",
|
||
},
|
||
_z_el = {
|
||
"ζ",
|
||
northwest = "z",
|
||
},
|
||
}
|