mirror of https://github.com/Syncplay/syncplay
Made Hungarian chars usable from MPV: ő and ű (#525)
This commit is contained in:
parent
6e0af8578e
commit
ddf8f922f5
|
@ -84,6 +84,7 @@ non_us_chars = {
|
||||||
'^',
|
'^',
|
||||||
'~', 'ẽ', 'ĩ', 'ũ',
|
'~', 'ẽ', 'ĩ', 'ũ',
|
||||||
'¨',
|
'¨',
|
||||||
|
'ő', 'ű', 'Ő', 'Ű',
|
||||||
}
|
}
|
||||||
|
|
||||||
function format_scrolling(xpos, ypos, text)
|
function format_scrolling(xpos, ypos, text)
|
||||||
|
|
Loading…
Reference in New Issue