diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2004-02-19 20:11:00 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2004-02-19 20:11:00 +0000 |
commit | d335855f70b563f6f55e7b4f3b29fd65e5cb2e41 (patch) | |
tree | 2ac675f4fcd5633b77e042e4aee6ee47eed5517d | |
parent | 2858b18d99549be98362293d0258a7647fdc9c38 (diff) | |
download | xine-lib-d335855f70b563f6f55e7b4f3b29fd65e5cb2e41.tar.gz xine-lib-d335855f70b563f6f55e7b4f3b29fd65e5cb2e41.tar.bz2 |
Last third of the documentation changes.
CVS patchset: 6177
CVS date: 2004/02/19 20:11:00
-rw-r--r-- | doc/faq/faq.sgml | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/faq/faq.sgml b/doc/faq/faq.sgml index 6a9417733..24a9bcd97 100644 --- a/doc/faq/faq.sgml +++ b/doc/faq/faq.sgml @@ -1904,27 +1904,27 @@ </sect2> <sect2 id="subencoding"> - <title>Encoding of external subtitles is bad. What is wrong?</title> - <para> - Default expected encoding of the external subtitles is iso-8859-1. You - need set appropriate encoding in the config option - <parameter>misc.spu_src_encoding</parameter>. Note you need also the font - which contains all characters from given encoding. - </para> - <para> - Default font <filename>sans</filename> and fonts - <filename>serif</filename> and <filename>mono</filename> cover + <title>Encoding of external subtitles is bad. What is wrong?</title> + <para> + The encoding of the external subtitles is expected to be iso-8859-1 by + default. You need to set an appropriate encoding in the config option + <parameter>misc.spu_src_encoding</parameter>. Note that you also need + a font which contains all characters from the given encoding. + </para> + <para> + The default font <filename>sans</filename> and fonts + <filename>serif</filename> and <filename>mono</filename> cover these encodings: <itemizedlist> - <listitem><para>iso-8859-1</para></listitem> - <listitem><para>iso-8859-2</para></listitem> - <listitem><para>iso-8859-5</para></listitem> - <listitem><para>iso-8859-9</para></listitem> - <listitem><para>iso-8859-15</para></listitem> - <listitem><para>windows-1250</para></listitem> - <listitem><para>windows-1251</para></listitem> + <listitem><para>iso-8859-1</para></listitem> + <listitem><para>iso-8859-2</para></listitem> + <listitem><para>iso-8859-5</para></listitem> + <listitem><para>iso-8859-9</para></listitem> + <listitem><para>iso-8859-15</para></listitem> + <listitem><para>windows-1250</para></listitem> + <listitem><para>windows-1251</para></listitem> </itemizedlist> - </para> + </para> </sect2> </sect1> |