From ddf8f922f5f76bc98434c14d94f49c62f1c4d51f Mon Sep 17 00:00:00 2001 From: anmo Date: Sat, 23 Apr 2022 23:33:46 +0200 Subject: [PATCH] =?UTF-8?q?Made=20Hungarian=20chars=20usable=20from=20MPV:?= =?UTF-8?q?=20=C5=91=20and=20=C5=B1=20(#525)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- syncplay/resources/syncplayintf.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/syncplay/resources/syncplayintf.lua b/syncplay/resources/syncplayintf.lua index 081cc47..f5b5c43 100644 --- a/syncplay/resources/syncplayintf.lua +++ b/syncplay/resources/syncplayintf.lua @@ -84,6 +84,7 @@ non_us_chars = { '^', '~', 'ẽ', 'ĩ', 'ũ', '¨', + 'ő', 'ű', 'Ő', 'Ű', } function format_scrolling(xpos, ypos, text)