Made Hungarian chars usable from MPV: ő and ű

This commit is contained in:
hunbernd 2022-04-23 23:27:20 +02:00
parent 6e0af8578e
commit e12c8353a3

View File

@ -84,6 +84,7 @@ non_us_chars = {
'^',
'~', '', 'ĩ', 'ũ',
'¨',
'ő', 'ű', 'Ő', 'Ű',
}
function format_scrolling(xpos, ypos, text)