Closed
Bug 375126
Opened 19 years ago
Closed 18 years ago
Characters wrong encoded (shown as code) in mail and add-on details
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
3.4.2
People
(Reporter: aryx, Assigned: wenzel)
References
Details
Attachments
(1 file)
|
2.18 KB,
patch
|
fligtar
:
review+
|
Details | Diff | Splinter Review |
It seems as there exist several encoding problems with special characters in remora.
- Line breaks in the reviewer comments are "\r\n" in the mail to the developer.
- Some add-ons have the special characters in the layout like they should look in the source (check out some descriptions, summaries, developer notes). Examples: \r\n " · etc.
They should work properly.
| Assignee | ||
Comment 1•18 years ago
|
||
I will fix this during the course of bug 378395, because we'll need to send out a confirmation email that should be encoded correctly.
| Assignee | ||
Comment 2•18 years ago
|
||
Gettext apparently returns the "\n"s in plain text instead of making them line breaks. So I wrote a helper function to do that where desired.
Attachment #319627 -
Flags: review?(fligtar)
Updated•18 years ago
|
Attachment #319627 -
Flags: review?(fligtar) → review+
Comment 4•18 years ago
|
||
archaeopteryx: any chance you could verify this using https://preview.addons.mozilla.org/en-US/firefox/? I'm not an add-on developer, so I don't think I have access to that type of email. Thanks either way!
Updated•18 years ago
|
Keywords: push-needed
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•