diff --git a/syncplay/resources/syncplayintf.lua b/syncplay/resources/syncplayintf.lua index b663c02..8c3e319 100644 --- a/syncplay/resources/syncplayintf.lua +++ b/syncplay/resources/syncplayintf.lua @@ -77,7 +77,13 @@ non_us_chars = { 'И','и','Й','й','К','к','Л','л','М','м','Н','н','О','о','П','п', 'Р','р','С','с','Т','т','У','у','Ф','ф','Х','х','Ц','ц','Ч','ч', 'Ш','ш','Щ','щ','Ъ','ъ','Ы','ы','Ь','ь','Э','э','Ю','ю','Я','я', - '≥','≠','Ğ','Ş','ı','ğ','ş' + '≥','≠','Ğ','Ş','ı','ğ','ş', + 'ç', 'ñ', + '´', 'á', 'é', 'í', 'ó', 'ú', + '`', 'à', 'è', 'ì', 'ò', 'ù', + '^', 'â', 'ê', 'î', 'ô', 'û', + '~', 'ã', 'ẽ', 'ĩ', 'õ', 'ũ', + '¨', 'ä', 'ë', 'ï', 'ö', 'ü' } function format_scrolling(xpos, ypos, text)