From 8906e409250da939e40c57783ef349cfdecc99d8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 23 Feb 2014 17:55:36 +0100 Subject: example.conf: change subtitle codepage example to use UTF-8 fallback This should be pretty safe compared to forcing the codepage. --- etc/example.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc') 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. -- cgit v1.2.3