MHonArc - Bugs: bug #19142, Right-to-left paragraphs not...
You are not allowed to post comments on this tracker with your current authentication level.
bug #19142: Right-to-left paragraphs not aligned to the right
Submitter: | Youssef Chahibi <chahibi> | ||
Submitted: | Sun 25 Feb 2007 03:18:08 AM UTC | ||
Category: | Mail Parsing | Severity: | 2 - Minor |
Priority: | 1 - Later | Item Group: | Incorrect Behavior |
Status: | Need Info | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Operating System: | All | Perl Version: | 5.8.4 |
Component Version: | 2.6.10-1 | Fixed Release: |
Sun 02 Jan 2011 10:31:14 AM UTC, comment #3: |
Earl Hood <ehood>![]() |
Tue 31 Jul 2007 11:03:19 AM UTC, comment #2: I hope this piece of code can help you:
|
Youssef Chahibi <chahibi> |
Mon 30 Jul 2007 02:48:29 AM UTC, comment #1: I'm interested in right-to-left as well, but how would the
|
Jeff Breidenbach <jab> |
Sun 25 Feb 2007 03:18:08 AM UTC, original submission:
I mean by right-to-left paragraphs, paragraphs that begin with an RTL character, or several bidi neutral characters followed by an RTL character. See http://www.unicode.org/reports/tr9/#Bidirectional_Character_Types .
|
Youssef Chahibi <chahibi> |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
At this time, I think this will only get addressed with
a contributed patch.
Looking at the drupal url provided for doing bidi, it
appears to be Unicode based, but mhonarc deals with
a variety of character encodings, so something that is
just unicode based would not be sufficient.
If bidi check is to be done, a decision has to be made
on which media-types it would be applicable for. All
text types? Or just plain since HTML data should probably
be tagged/encoded correctly already.