diff options
author | Jehan <jehan@girinstud.io> | 2015-08-04 14:06:22 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-08-04 17:51:00 +0200 |
commit | e7897dfb9b0e2d1f9d37ccc7df131b62694603e6 (patch) | |
tree | b4aa5cc514eb745ad5393ee2918f2842e069cdce /DOCS/man/options.rst | |
parent | aca591ded3f7600882b57ec4526bc49b1377f203 (diff) | |
download | mpv-e7897dfb9b0e2d1f9d37ccc7df131b62694603e6.tar.bz2 mpv-e7897dfb9b0e2d1f9d37ccc7df131b62694603e6.tar.xz |
charset_conv: "auto" encoding detection now uses uchardet.
If mpv is not built with uchardet, "enca" is still the fallback default
encoding detection.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r-- | DOCS/man/options.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 72fc74108b..9ad67c6492 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -1438,10 +1438,11 @@ Subtitles ``--sub-codepage=<codepage>`` If your system supports ``iconv(3)``, you can use this option to specify - the subtitle codepage. By default, ENCA will be used to guess the charset. - If mpv is not compiled with ENCA, ``UTF-8:UTF-8-BROKEN`` is the default, - which means it will try to use UTF-8, otherwise the ``UTF-8-BROKEN`` - pseudo codepage (see below). + the subtitle codepage. By default, uchardet will be used to guess the + charset. If mpv is not compiled with uchardet, enca will be used. + If mpv is compiled with neither uchardet nor enca, ``UTF-8:UTF-8-BROKEN`` + is the default, which means it will try to use UTF-8, otherwise the + ``UTF-8-BROKEN`` pseudo codepage (see below). The default value for this option is ``auto``, whose actual effect depends on whether ENCA is compiled. |