Made Hungarian chars usable from MPV: ő and ű (#525)

This commit is contained in:
anmo 2022-04-23 23:33:46 +02:00 committed by GitHub
parent 6e0af8578e
commit ddf8f922f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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