Closed
Bug 161156
Opened 22 years ago
Closed 15 years ago
Attached URL with JA chars can't be shown correctly in mail window
Categories
(MailNews Core :: Internationalization, defect)
MailNews Core
Internationalization
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.1b2
People
(Reporter: jeesun, Assigned: m_kato)
References
Details
(Keywords: intl)
Attachments
(3 files)
40.10 KB,
image/jpeg
|
Details | |
37.87 KB,
image/jpeg
|
Details | |
8.75 KB,
patch
|
standard8
:
review+
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
URL with JA chars can't be displayed when attached in mail.
Steps:
1. Compose a new mail
2. Go to File|Attache Web Page
3. Enter a JA URL and click OK. (e.g. I used my own file
ttp://rocknroll/users/jeesun/publish/ひらかな.htm)
4. In the top right corner of the compose window, the attached URL can not be
displayed correctly.
A screenshot will be provided.
Reporter | ||
Comment 1•22 years ago
|
||
I don't know whether rocknroll is inabled for i18n data. Jessun, are those
escaped chars that show up? ( i can not see the whole path on the screen
shot..)Thanks.
Reporter | ||
Comment 3•22 years ago
|
||
I don't think the whole escaped chars are showing.
Reporter | ||
Updated•22 years ago
|
QA Contact: marina → jeesun
Updated•22 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Comment 4•22 years ago
|
||
When we put any JA URL whether it's existing or not, it should be displayed
correctly in "Attachments" box at the upper right corner of the mail compose window.
For example, if we enter "www.abcd.org/ひらかな.html" in the step 3 above (see
this using Shift_JIS), this URL should be displayed as it is in the
"Attachments" box.
Updated•20 years ago
|
Product: MailNews → Core
Comment 6•18 years ago
|
||
Is this bug substantially different than bug 200150? This is using the 'Attach Web Page' function and that one is using the 'Send Page' from the browser, but the end symptom is the same: the URL doesn't appear correctly in the attachment panel.
As there is at least the beginning of a patch there, this probably should be duped to that one.
Updated•16 years ago
|
Product: Core → MailNews Core
Updated•16 years ago
|
QA Contact: marina → i18n
Assignee | ||
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 8•15 years ago
|
||
I should not dup of bug 200150. It is seamonkey bug, not mailnews core.
Assignee: nhottanscp → nobody
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Updated•15 years ago
|
Status: REOPENED → NEW
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → m_kato
OS: Windows XP → All
Hardware: x86 → All
Assignee | ||
Comment 10•15 years ago
|
||
Assignee | ||
Updated•15 years ago
|
Attachment #437520 -
Flags: review?(bugzilla)
Comment 11•15 years ago
|
||
Comment on attachment 437520 [details] [diff] [review]
patch v1
>- attribute string url;
>+ attribute AUTF8String url;
nit: As you're here, please change the tab to a 2-space indent.
>- if (PL_strncasestr(scheme, "file:", 5))
>+ if (Substring(scheme, 0, 5).LowerCaseEqualsLiteral("file:"))
Please use StringHead(scheme, 5).Lower....
There's another place in this file with this as well.
> // To work around a mysterious bug in VC++ 6.
> const char* cset = (!charset || !*charset) ? "UTF-8" : charset;
>- rv = utf8Cvt->ConvertURISpecToUTF8(nsDependentCString(scheme),
>- cset, utf8Scheme);
As you're no longer using utf8Cvt, you can remove getting that service from the start of the function and you can then remove the inclusion of nsIUTF8ConverterService.h
r=Standard8 with those comments fixed.
Attachment #437520 -
Flags: review?(bugzilla) → review+
Assignee | ||
Comment 12•15 years ago
|
||
landed with comments fix
http://hg.mozilla.org/comm-central/rev/96ad66a27b32
Status: NEW → RESOLVED
Closed: 15 years ago → 15 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3.1b2
Comment 13•15 years ago
|
||
Comment on attachment 437520 [details] [diff] [review]
patch v1
Errm, mailnews still requires sr for all its patches:
https://developer.mozilla.org/en/Mailnews_and_Mail_code_review_requirements
Attachment #437520 -
Flags: superreview?(neil)
Updated•15 years ago
|
Attachment #437520 -
Flags: superreview?(neil) → superreview?(bienvenu)
Comment 14•15 years ago
|
||
Comment on attachment 437520 [details] [diff] [review]
patch v1
sr=me, modulo standard8's comments.
Attachment #437520 -
Flags: superreview?(bienvenu) → superreview+
You need to log in
before you can comment on or make changes to this bug.
Description
•