diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-30 20:10:54 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-30 20:10:54 +0200 |
commit | 91b27cd20cf2da3bf781507a12f095bafeb4e34a (patch) | |
tree | 29e7d31e93ce6d39b4ed06521ba0cf7ed5c3a393 | |
parent | 1e49718398277f334e498c6ce50d1a98acd473e6 (diff) | |
download | weechat-91b27cd20cf2da3bf781507a12f095bafeb4e34a.zip |
doc: add option weechat.look.eat_newline_glitch in charset question (FAQ)
-rw-r--r-- | doc/de/weechat_faq.de.txt | 3 | ||||
-rw-r--r-- | doc/en/weechat_faq.en.txt | 2 | ||||
-rw-r--r-- | doc/fr/weechat_faq.fr.txt | 2 | ||||
-rw-r--r-- | doc/it/weechat_faq.it.txt | 3 | ||||
-rw-r--r-- | doc/ja/weechat_faq.ja.txt | 3 | ||||
-rw-r--r-- | doc/pl/weechat_faq.pl.txt | 3 |
6 files changed, 16 insertions, 0 deletions
diff --git a/doc/de/weechat_faq.de.txt b/doc/de/weechat_faq.de.txt index 8064b845d..487a5ca1d 100644 --- a/doc/de/weechat_faq.de.txt +++ b/doc/de/weechat_faq.de.txt @@ -105,6 +105,9 @@ werden: ** Solltest Du screen nutzten, prüfe ob dieser im UTF-8 Modus läuft ("`defutf8 on`" in der Datei ~/.screenrc oder `screen -U` zum Starten von screen) +// TRANSLATION MISSING +* check that option 'weechat.look.eat_newline_glitch' is off (this option may + cause display bugs) [NOTE] Für Weechat wird die Nutzung von UTF-8 locale empfohlen. Nutzt Du jedoch ISO diff --git a/doc/en/weechat_faq.en.txt b/doc/en/weechat_faq.en.txt index 69d6bd8a5..3990db171 100644 --- a/doc/en/weechat_faq.en.txt +++ b/doc/en/weechat_faq.en.txt @@ -93,6 +93,8 @@ It's common issue, please read carefully and check *ALL* solutions below: rxvt-unicode) ** if you are using screen, check that it is run with UTF-8 mode ("`defutf8 on`" in ~/.screenrc or `screen -U` to run screen) +* check that option 'weechat.look.eat_newline_glitch' is off (this option may + cause display bugs) [NOTE] UTF-8 locale is recommended for WeeChat. If you're using ISO or other diff --git a/doc/fr/weechat_faq.fr.txt b/doc/fr/weechat_faq.fr.txt index 7ca4641bd..b1e5b7fc4 100644 --- a/doc/fr/weechat_faq.fr.txt +++ b/doc/fr/weechat_faq.fr.txt @@ -97,6 +97,8 @@ points ci-dessous : (un terminal conseillé pour l'UTF-8 est rxvt-unicode) ** si vous utilisez screen, vérifiez qu'il est lancé en mode UTF-8 ("`defutf8 on`" dans ~/.screenrc ou `screen -U` pour lancer screen) +* vérifiez que l'option 'weechat.look.eat_newline_glitch' est désactivée (cette + option peut causer des problèmes d'affichage) [NOTE] La locale UTF-8 est recommandée pour WeeChat. Si vous utilisez ISO ou une autre diff --git a/doc/it/weechat_faq.it.txt b/doc/it/weechat_faq.it.txt index 158a4fac7..0e34d8101 100644 --- a/doc/it/weechat_faq.it.txt +++ b/doc/it/weechat_faq.it.txt @@ -99,6 +99,9 @@ soluzione tra quelle elencate: ** se si sta utilizzando screen, verificare che sia in esecuzione in modalità UTF-8 ("`defutf8 on` nel file ~/.screenrc` oppure `screen -U` per avviare screen) +// TRANSLATION MISSING +* check that option 'weechat.look.eat_newline_glitch' is off (this option may + cause display bugs) [NOTE] Si raccomanda il locale UTF-8 per WeeChat. Se si utilizza ISO o un altro diff --git a/doc/ja/weechat_faq.ja.txt b/doc/ja/weechat_faq.ja.txt index ad570cd39..a601d74c8 100644 --- a/doc/ja/weechat_faq.ja.txt +++ b/doc/ja/weechat_faq.ja.txt @@ -85,6 +85,9 @@ autotools を使って (cmake を使わずに) コンパイルする場合、 rxvt-unicode を推奨) ** screen を使っている場合は、UTF-8 モードで起動されていることを確認 (~/.screenrc に "`defutf8 on`" の記述があるか又は `screen -U` のようにして起動)。 +// TRANSLATION MISSING +* check that option 'weechat.look.eat_newline_glitch' is off (this option may + cause display bugs) [NOTE] WeeChat は UTF-8 ロケールを推奨します。ISO 又はその他のロケールを使う場合、 diff --git a/doc/pl/weechat_faq.pl.txt b/doc/pl/weechat_faq.pl.txt index 532c7cfca..52a8c8658 100644 --- a/doc/pl/weechat_faq.pl.txt +++ b/doc/pl/weechat_faq.pl.txt @@ -96,6 +96,9 @@ Jest to częsty problem, przeczytaj i sprawdź *WSZYSTKIE* poniższe rozwiązani dla UTF-8 jest rxvt-unicode) ** jeśli korzystasz ze screena, sprawdź czy jest uruchomiony z trybem UTF-8 ("`defutf8 on`" w ~/.screenrc lub `screen -U` uruchamiając screena) +// TRANSLATION MISSING +* check that option 'weechat.look.eat_newline_glitch' is off (this option may + cause display bugs) [NOTE] UTF-8 jest zalecany dla WeeChat. Jeśli korzystasz z lokalizacji ISO lub innych, |