Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Cześć wszystkim forumowiczom
Mam kłopot z klientem poczty mutt. Wczoraj zainstalowałem Debiana Jessie, system śmiga, ale mutt w głównym widoku nie pokazuje ani polskich, ani niemieckich znaków diakrytycznych. Również komunikaty mutt są w języku angielskim. Co ciekawe, gdy piszę nowy mail, znaki diakrytyczne są - czyli konsola rozpoznaje polskie znaki. Jako edytora tekstu używam programu ne - nice editor. Możecie pomóc?
Offline
Na Stretchu (Debian testing) Mutt polskie znaki pokazuje bez problemu.
Może lokalizację masz źle skonfigurowaną?
Rzuć okiem na to:
https://forum.dug.net.pl/viewtopic.php?id=22571
Offline
Oto co wypluło po wydaniu komendy "locale":
LANG=pl_PL.utf8
LANGUAGE=
LC_CTYPE="pl_PL.utf8"
LC_NUMERIC="pl_PL.utf8"
LC_TIME="pl_PL.utf8"
LC_COLLATE="pl_PL.utf8"
LC_MONETARY="pl_PL.utf8"
LC_MESSAGES="pl_PL.utf8"
LC_PAPER="pl_PL.utf8"
LC_NAME="pl_PL.utf8"
LC_ADDRESS="pl_PL.utf8"
LC_TELEPHONE="pl_PL.utf8"
LC_MEASUREMENT="pl_PL.utf8"
LC_IDENTIFICATION="pl_PL.utf8"
LC_ALL=
Czyli lokalizacja jest dobra?
W Debian Squeeze wyszystko działało, zawsze są jakieś problemy po instalacji nowego systemu:(
Ostatnio edytowany przez makowka (2017-04-19 12:55:50)
Offline
Nic to nie dało, mutt nadal wyświetla znaki "???" zamiast polskich znaków.
Offline
A to?
https://wiki.archlinux.org/index.php/Mutt#E-mail_character_encoding
Offline
Też się nie powiodło. Zastanawiam się nad skomilowaniem mutt ze źródeł.
Offline
Oto co wyczytałem w pliku INSTALL źródła mutt-1.8.2:
"Character set support
=====================
Mutt no longer contains functions for doing character set conversion.
Instead, it expects the iconv functions (iconv_open, iconv,
iconv_close) to be provided. Most up-to-date systems provide these
functions, often as part of the C library. If you are installing Mutt
on a system which does not have them, it is recommended that you
install Bruno Haible's portable libiconv library, which you can obtain
from:
ftp://ftp.ilog.fr/pub/Users/haible/gnu/
Even if your system does provide the iconv functions, you might want
to install libiconv, as some systems provide only a very limited
version of iconv.
If you decide to use your system's iconv implementation, you may
need to tell mutt about implementation-defined names for some
character sets. Sample configuration files for various systems can
be found in the directory contrib/iconv/ in this source
distribution, and will be installed in the samples/iconv directory
as part of mutt's documentation."
Jak to rozumieć?
Offline
Time (s) | Query |
---|---|
0.00011 | SET CHARSET latin2 |
0.00004 | SET NAMES latin2 |
0.00122 | SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='18.223.158.132' WHERE u.id=1 |
0.00081 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '18.223.158.132', 1732218507) |
0.00047 | SELECT * FROM punbb_online WHERE logged<1732218207 |
0.00064 | DELETE FROM punbb_online WHERE ident='3.133.137.10' |
0.00057 | SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=29509 AND t.moved_to IS NULL |
0.00005 | SELECT search_for, replace_with FROM punbb_censoring |
0.00223 | SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=29509 ORDER BY p.id LIMIT 0,25 |
0.00085 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=29509 |
Total query time: 0.00699 s |