From: Casey Allen Shobe <lists@seattleserver.com>
To: squirrelmail-devel@lists.sourceforge.net
Cc: squirrelmail-i18n@lists.sourceforge.net,
gentoo-web-user@lists.gentoo.org, gentoo-server@lists.gentoo.org
Subject: [gentoo-web-user] Squirrelmail's i18n broken with PHP's mbstring enabled
Date: Sat, 25 Feb 2006 09:45:10 +0000 [thread overview]
Message-ID: <200602250945.11227.lists@seattleserver.com> (raw)
Hi everyone,
I've been working rather extensively trying to get all languages to work
properly on my system with squirrelmail.
I am using Gentoo, PHP 5.1.1, and Squirrelmail 1.4.6-release. For testing
simplicity, it is simply a stock release from the Squirrelmail website, with
all_locales added.
I have rebuilt PHP about 14 different ways trying to get things to work to no
avail - here's what I've determined:
Gentoo has an "nls" USE flag, which if used, makes the PHP package dependant
upon gettext, and enables building of both gettext and mbstring as shared
extensions for PHP.
If the "nls" USE flag is disabled, selecting another language in
Squirrelmail's Display Options works. However, if Japanese is selected,
warnings are shown about needing mbstring (although Japanese text *is*
shown), and mail cannot be viewed because of the errors, though a folder list
and mail index is shown, and one can browse the options pages, etc. all in
Japanese but with the warning at the top.
If the "nls" USE flag is enabled, selecting another language does absolutely
nothing, although the output encoding is changed to whatever is appropriate
for that language. Furthermore, if Japanese is selected, the subject lines
in the message index are all truncated shorter than normal, with characters
such as # and & shown before the '...'.
I have written a small test script (UTF-8 encoded) that verifies mbstring is
working:
<?php
ini_set ('mbstring.internal_encoding', 'UTF-8');
mb_http_output('ISO-2022-JP');
ob_start('mb_output_handler');
print 'This is a PHP file.';
print 'ログイン中メールをチェック';
?>
I can successfully view this file in a web browser and verify that the
encoding is actually ISO-2022-JP.
I normally use the Hardened-PHP patch and a number of other USE flags, however
for the purposes of trying to get to the bottom of this, I built a PHP
instance with no USE flags whatsoever, and then enabled only what
Squirrelmail complained about needing - namely session and pcre support.
This made no difference.
I also have a hacked-up version of squirrelmail that's been made to use UTF-8
internally and as the output charset for all languages - it breaks in the
exact same way. While it does seem to work just fine, even for Japanese,
without the mbstring PHP extension, I've been told by somebody on the
squirrelmail-devel list that I need to use mbstring or there will be problems
- i.e. the line length on outbound messages will be wrong.
Please let me know any suggestions you may have, as I'd like to get this
working proper...
Cheers,
--
Casey Allen Shobe | cshobe@seattleserver.com | 206-381-2800
SeattleServer.com, Inc. | http://www.seattleserver.com
--
gentoo-web-user@gentoo.org mailing list
next reply other threads:[~2006-02-25 9:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-25 9:45 Casey Allen Shobe [this message]
2006-02-25 12:47 ` [gentoo-web-user] Squirrelmail's i18n broken with PHP's mbstring enabled Casey Allen Shobe
2006-02-25 12:48 ` Casey Allen Shobe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200602250945.11227.lists@seattleserver.com \
--to=lists@seattleserver.com \
--cc=gentoo-server@lists.gentoo.org \
--cc=gentoo-web-user@lists.gentoo.org \
--cc=squirrelmail-devel@lists.sourceforge.net \
--cc=squirrelmail-i18n@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox