Closed
Bug 420821
Opened 17 years ago
Closed 13 years ago
Bugzilla 3.0 does not wrap CJK comment text in BugMail
Categories
(Bugzilla :: Email Notifications, defect)
Bugzilla
Email Notifications
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: himorin, Unassigned)
Details
(Keywords: intl, regression)
from bug #388723 comment #38
We should modify bugmail code for wrapping CJK comment test.
We could use perl unicode regexp for checking CJK texts exists or not.
> you can use scripts or block identifier in regexp.
> http://www.unicode.org/Public/UNIDATA/Scripts.txt
> http://www.unicode.org/Public/UNIDATA/Blocks.txt
> like $string =~ /\p{InCJKSymbolsAndPunctuation}/;
Flags: blocking3.2?
Comment 1•17 years ago
|
||
The likely complexity of this code means that it's not a 3.2 blocker. Also, nobody's assigned to work on it.
Flags: blocking3.2? → blocking3.2-
![]() |
||
Comment 2•15 years ago
|
||
Isn't this fixed now that emails are available in HTML format?
Reporter | ||
Comment 3•13 years ago
|
||
I think the current HTML format is acceptable, excluding one point.
Many of Japanese user does not accept HTML formatted emails (so, in public services they provides an option to select text or html, and also in marketing manual we should avoid to use html formatted email...). For option user can select in the preferences, and also I think we might not need to fix them hard in text formatted since we have many other formatting issues for text formatted emails.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•