1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-14 02:51:26 +00:00
mpv/DOCS/man/en
wm4 fe3c445112 sub: allow specifying a fallback codepage if input is not UTF-8
Normally, --subcp always forces conversion. This really always forces
conversion, even if the UTF-8 check on the input succeeds.

Extend the --subcp to allow codepages as fallback if UTF-8 doesn't
work. So, for example --subcp=utf8:cp1250 will use UTF-8 if the input
looks like UTF-8, and will fall back to use cp1250 if the UTF-8 check
fails.

I think this should actually be the default, but on the other hand,
this changes the semantics of the option, and a user would actually
expect --subcp to force conversion, rather than silently using UTF-8
if that happens to work.
2013-08-15 23:40:03 +02:00
..
af.rst af_lavfi: switch to new option API 2013-07-22 15:11:04 +02:00
ao.rst DOCS/man/en/ao.rst: Update wasapi:device=<id> documentation 2013-07-22 02:42:38 +02:00
changes.rst changes.rst: document some OSX and windows changes 2013-08-13 23:20:27 +02:00
encode.rst manpage: proofread and fix formatting 2013-07-08 18:02:46 +02:00
input.rst command: make vf and af commands more verbose 2013-08-03 14:56:27 +02:00
mpv.rst stream: redo URL parsing, replace m_struct usage with m_config 2013-08-02 17:02:34 +02:00
options.rst sub: allow specifying a fallback codepage if input is not UTF-8 2013-08-15 23:40:03 +02:00
vf.rst vf_scale: use new swscale wrapper 2013-07-18 13:41:38 +02:00
vo.rst video: add vaapi decode and output support 2013-08-12 01:12:02 +02:00