summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-02-23 17:55:36 +0100
committerwm4 <wm4@nowhere>2014-03-11 00:16:20 +0100
commit13a0e34aec8e15dd476a3c488c9b1e53118f457f (patch)
tree3f5d39cfeb50339607c015fec3d617c0c2b52f24
parent76b7a1a7135eb20b2aa4f6ea62c66cfc3d937d81 (diff)
downloadmpv-13a0e34aec8e15dd476a3c488c9b1e53118f457f.tar.bz2
mpv-13a0e34aec8e15dd476a3c488c9b1e53118f457f.tar.xz
example.conf: change subtitle codepage example to use UTF-8 fallback
This should be pretty safe compared to forcing the codepage.
-rw-r--r--etc/example.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/example.conf b/etc/example.conf
index 804051f461..60e639a003 100644
--- a/etc/example.conf
+++ b/etc/example.conf
@@ -84,7 +84,8 @@
#alang = fi,en
# Change subtitle encoding. For Arabic subtitles use 'cp1256'.
-#subcp = cp1256
+# If the file seems to be valid UTF-8, prefer UTF-8.
+#subcp = utf8:cp1256
# Enable hardware decoding if available. Often, this requires using an certain
# video output, otherwise no hardware decoding will be used.