Skip to content

Commit 2a2f5f9

Browse files
authored
Merge pull request #752 by soredake to support Ukrainian character input in mpv (resolves #748)
syncplayintf.lua: update `non_us_chars` variable to include ukrainian letters
2 parents a68f707 + 043e961 commit 2a2f5f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

syncplay/resources/syncplayintf.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ non_us_chars = {
8585
'~', '', 'ĩ', 'ũ',
8686
'¨',
8787
'ő', 'ű', 'Ő', 'Ű',
88+
'Ґ', 'ґ', 'Є', 'є', 'І', 'і', 'Ї', 'ї',
8889
}
8990

9091
function format_scrolling(xpos, ypos, text)

0 commit comments

Comments
 (0)