From fbfb68b7c76a90879e49b1ef4792503682dff9e5 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sun, 6 May 2012 14:20:29 +0000 Subject: UTF-8 filenames handling (based on HTML page charset) --- src/htsalias.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/htsalias.c') diff --git a/src/htsalias.c b/src/htsalias.c index d06936f..1a413fe 100644 --- a/src/htsalias.c +++ b/src/htsalias.c @@ -176,6 +176,8 @@ const char* hts_optalias[][4] = { {"disable-module","-%w","param1",""}, {"no-background-on-suspend","-y0","single",""}, {"background-on-suspend","-y","single",""}, + {"utf8-conversion","-%T","single",""}, + {"no-utf8-conversion","-%T0","single",""}, /* */ /* DEPRECATED */ -- cgit v1.2.3