diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-05-06 14:20:29 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-05-06 14:20:29 +0000 |
commit | fbfb68b7c76a90879e49b1ef4792503682dff9e5 (patch) | |
tree | 657425618c9cf88584ddc951846625a02863c91c /src/htsalias.c | |
parent | 78a63125160c4df021b7be08761435b5cc0f5f2f (diff) |
UTF-8 filenames handling (based on HTML page charset)
Diffstat (limited to 'src/htsalias.c')
-rw-r--r-- | src/htsalias.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |