[Tickets #10128] Re: Horde_Imap_Client_Utf7ConvertTest::testAmpersandConversion fails
bugs at horde.org
bugs at horde.org
Thu May 26 16:21:36 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/10128
------------------------------------------------------------------------------
Ticket | 10128
Updated By | Michael Slusarz <slusarz at horde.org>
Summary |
Horde_Imap_Client_Utf7ConvertTest::testAmpersandConversion fails
Queue | Horde Framework Packages
Version | Git master
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Slusarz
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2011-05-26 16:21) wrote:
You could look to see if this line is not working correctly for you
(line 185 in Utf7imap.php):
!preg_match('/[[:alnum:][:punct:]]/u', self::Utf7ImapToUtf8($val[0]))) {
Not sure if the [:alnum:] is not catching the 'é' character properly.
Not sure why it wouldn't, though, since IIRC PCRE is bundled with PHP
so this shouldn't be a local dependency issue.
More information about the bugs
mailing list