summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-13 21:09:34 +0200
committerwm4 <wm4@nowhere>2012-10-14 22:28:51 +0200
commit0ff7dd992fb06fa8a5cba0a895717787a615e7bb (patch)
tree509815c039e30daafd75719c15c935e60d1a409a /input
parent7d3efa894000bb7513152d2986ccbdef8b6f27ea (diff)
downloadmpv-0ff7dd992fb06fa8a5cba0a895717787a615e7bb.tar.bz2
mpv-0ff7dd992fb06fa8a5cba0a895717787a615e7bb.tar.xz
osd_libass: fix \n escapes
Apparently libass can't be made to not interpret "\n" as escape. That means "\n" can't be printed literally. Use the same hack that was added to mplayer2 when that project merged osd_libass.c: add an invisible zero-width joiner character between "\" and "n". It seems U+FEFF is deprecated, because it has been redefined as BOM mark. Use U+2060, which seems to be the replacement.
Diffstat (limited to 'input')
0 files changed, 0 insertions, 0 deletions