Summary | Characters are lost at the end of paragraf |
Queue | IMP |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Duplicate |
Priority | 1. Low |
Owners | |
Requester | leena.heino (at) uta (dot) fi |
Created | 03/10/2006 (7086 days ago) |
Due | |
Updated | 03/14/2006 (7082 days ago) |
Assigned | |
Resolved | 03/10/2006 (7086 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Bug 3574).New Attachment: mb_ereg_test.php
lost at the end of the paragraf if the text to be matched is single
byte, but mb_regex_encoding is set to multibyte charset. This error
stems from the change in Text::Flowed where in horde 3.0 reformat()
used preg_match() and horde 3.1 uses String::regex, which uses
mb_ereg(),
Attached is a simple php script to illustrate the test case where
characters get lost with mb_ereg.
Bug 3574. And, as noted in that bug, this bug is notreproducible (by me at least).
What php versio have you used in the testing?
We have been able to reproduce this bug with atleast with php version
4.3.11. It does not matter what browser the user is using.
This bug was not present in the previous 4.0.9 version of Imp.
State ⇒ Duplicate
Bug 3574. And, as noted in that bug, this bug is notreproducible (by me at least).
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Characters are lost at the end of paragraf
Queue ⇒ IMP
last characters seem to get lost. This happens only when the last
chacters in the paragraf is non-ascii character or non-ascii character
with whitespace or punctuation character.
Simple test seem to be that you write an email with a paragraf
something like this:
Vesihiisi sihisi hississä. Vesihiisi sihisi hississä. Vesihiisi sihisi
hississä. Vesihiisi sihisi hississä.
If this message is sent or saved to a sent-mail folder then the last
characters 'ä.' of the paragraf above are lost.