summaryrefslogtreecommitdiffstats
path: root/tde-i18n-en_GB/docs/tdesdk/kbabel/faq.docbook
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-03 11:05:10 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-03 11:05:10 -0600
commitf7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b (patch)
tree1f78ef53b206c6b4e4efc88c4849aa9f686a094d /tde-i18n-en_GB/docs/tdesdk/kbabel/faq.docbook
parent85ca18776aa487b06b9d5ab7459b8f837ba637f3 (diff)
downloadtde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.tar.gz
tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.zip
Second part of prior commit
Diffstat (limited to 'tde-i18n-en_GB/docs/tdesdk/kbabel/faq.docbook')
-rw-r--r--tde-i18n-en_GB/docs/tdesdk/kbabel/faq.docbook106
1 files changed, 106 insertions, 0 deletions
diff --git a/tde-i18n-en_GB/docs/tdesdk/kbabel/faq.docbook b/tde-i18n-en_GB/docs/tdesdk/kbabel/faq.docbook
new file mode 100644
index 00000000000..1109bb9abcb
--- /dev/null
+++ b/tde-i18n-en_GB/docs/tdesdk/kbabel/faq.docbook
@@ -0,0 +1,106 @@
+<!-- <?xml version="1.0" ?>
+<!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd"
+> -->
+<!-- Uncomment the previous two lines to validate this document -->
+<!-- standalone. Be sure to recomment them before attempting to -->
+<!-- process index.docbook -->
+
+<chapter id="faq">
+<chapterinfo>
+<!-- Fill in this section if this document has a different author -->
+<authorgroup>
+<author>
+<personname
+><firstname
+></firstname
+><surname
+></surname
+></personname>
+</author>
+</authorgroup>
+
+<othercredit role="translator"
+><firstname
+>Malcolm</firstname
+><surname
+>Hunter</surname
+><affiliation
+><address
+><email
+>malcolm.hunter@gmx.co.uk</email
+></address
+></affiliation
+><contrib
+>Conversion to British English</contrib
+></othercredit
+>
+</chapterinfo>
+
+<title
+>Questions and Answers</title>
+<qandaset>
+ <qandaentry>
+ <question>
+ <para
+>Why does &kbabel; show question marks when entering language specific characters? </para>
+ </question>
+ <answer>
+
+ <para
+>This is a problem with your locale settings. The following might help: Exit &kbabel;, in a shell set the environment variable <envar
+>LANG</envar
+> to a locale, valid for your language. If you use <command
+>bash</command
+> do <userinput
+><command
+>export <envar
+>LANG</envar
+>=<replaceable
+>change this</replaceable
+></command
+></userinput
+>. For example, when you use german characters, do <userinput
+><command
+>export <envar
+>LANG</envar
+>=de_DE.88591</command
+></userinput
+>. Then start &kbabel; from this shell. If the problem is gone, insert this command in your <filename
+>~/.profile</filename
+>. </para>
+
+ </answer>
+ </qandaentry>
+ <qandaentry>
+ <question>
+ <para
+>Why does &kbabel; show question marks instead of language specific characters after loading a <acronym
+>PO</acronym
+> file?</para>
+ </question>
+ <answer>
+ <para
+>The text contains characters, which can not be displayed with your system font. If you are sure, that the text contains no such characters, the file might have been corrupted somehow. In this case, mark such a question mark and press <keycombo action="simul"
+>&Ctrl;<keycap
+>F</keycap
+></keycombo
+> to find all the corrupted characters and replace them.<note
+> <para
+> Do not search for real question marks, because these characters are only displayed as question marks, but internally they are different characters. </para
+> </note
+> Otherwise you might want to install an Unicode font, which contains all necessary characters. </para>
+ </answer>
+ </qandaentry>
+</qandaset>
+</chapter>
+<!--
+Local Variables:
+mode: xml
+sgml-minimize-attributes:nil
+sgml-general-insert-case:lower
+sgml-indent-step:0
+sgml-indent-data:nil
+End:
+
+vim:tabstop=2:shiftwidth=2:expandtab
+--> \ No newline at end of file