summaryrefslogtreecommitdiff
path: root/doc/de
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-06-29 22:33:41 +0200
committerSébastien Helleu <flashcode@flashtux.org>2015-06-29 22:33:41 +0200
commite92a63427f2f3d45646cf0ffc107cf3f0a279f84 (patch)
treecec298aa72f70e31e29118b6a483f2293f003de8 /doc/de
parent7fabe8c2a28d973b24e7d952562bdfb340cbb541 (diff)
downloadweechat-e92a63427f2f3d45646cf0ffc107cf3f0a279f84.zip
doc: add question about unicode chars and libc (wcwidth) in FAQ
Diffstat (limited to 'doc/de')
-rw-r--r--doc/de/weechat_faq.de.asciidoc13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/de/weechat_faq.de.asciidoc b/doc/de/weechat_faq.de.asciidoc
index b0e001fbb..406e1fb88 100644
--- a/doc/de/weechat_faq.de.asciidoc
+++ b/doc/de/weechat_faq.de.asciidoc
@@ -124,6 +124,19 @@ Für Weechat wird die Nutzung von UTF-8 locale empfohlen. Nutzt Du jedoch ISO
oder andere locale, bitte vergewissere Dich, dass *alle* Deine Einstellungen
(Terminal, screen, ...) sich auch auf ISO beziehen und *nicht* auf UTF-8.
+// TRANSLATION MISSING
+[[unicode_chars]]
+=== Some unicode chars are displayed in terminal but not in WeeChat, why?
+
+This may be caused by a libc bug in function 'wcwidth', which should be fixed
+in glibc 2.22 (maybe not yet available in your distribution).
+
+There is a workaround to use the fixed 'wcwidth' function:
+https://blog.nytsoi.net/2015/05/04/emoji-support-for-weechat
+
+See this bug report for more information:
+https://github.com/weechat/weechat/issues/79
+
[[bars_background]]
=== Weshalb haben Bars, z.B. Titel und Status, keine Hintergrundfarbe bzw. diese endet direkt nach dem Text?