Open
Bug 199229
Opened 22 years ago
Updated 2 years ago
Decode ACE encoded international domain names (IDN) for UI
Categories
(Core :: Networking, defect, P5)
Core
Networking
Tracking
()
NEW
People
(Reporter: nhottanscp, Unassigned)
References
(Depends on 1 open bug, )
Details
(Keywords: intl, Whiteboard: [necko-would-take])
Separated from bug 196717.
nsIIDNService::convertACEtoUTF8 is now implemented.
ACE encoded string need to be decoded before shown to UI.
nsIIDNService::isACE can be used to check the domain name is ACE encoded.
darin mentioned nsStandardURL needs this
http://bugzilla.mozilla.org/show_bug.cgi?id=196717#c19
Reporter | ||
Comment 2•22 years ago
|
||
The decode is also needed for showing HREF link with raw ACE in status bar.
HREF link may contain raw ACE in order to work with non-IDN browsers.
Summary: Decode ACE encoded international domain names for UI → Decode ACE encoded international domain names (IDN) for UI
Comment 3•21 years ago
|
||
Perhaps, we have to call IsACE at
http://lxr.mozilla.org/seamonkey/source/intl/uconv/src/nsTextToSubURI.cpp#174
Keywords: intl
Comment 4•21 years ago
|
||
Yeah, maybe. Although I think we definitely want to make nsStandardURL smart
enough to automatically make this conversion as part of its URI normalization
process.
Comment 5•20 years ago
|
||
is this fixed by bug bug 237819?
Comment 6•20 years ago
|
||
not quite. in some cases, fixing this bug means that we need to remember to use
the value of nsIURI::host instead of nsIURI::asciiHost. remember that bug you
fixed for the status bar just recently? :-)
that said, this bug certainly depends on bug 237819.
Depends on: 237819
Updated•19 years ago
|
Comment 7•19 years ago
|
||
This may be fixed (or wontfixed) by bug 320807.
In bug 320807, we stop to use |unEscapeURIForUI| if the string has host name.
Depends on: 320807
Updated•18 years ago
|
Assignee: darin → nobody
QA Contact: benc → networking
Comment 8•17 years ago
|
||
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9pre) Gecko/2008041001 SeaMonkey/2.0a1pre
"Copy Link Location" on the URL link at top of this bug gives me http://日本語.jp/ which looks "possible" as a decoding result.
Reporter (nshottanscp) and/or Masayuki Nakano (Mozilla Japan), I don't know Japanese, so:
- is the above result the desired one?
- do you still experience this bug on a current build of Firefox 3 or SeaMonkey 2?
If your answers are yes and no (respectively), I suppose this bug could be resolved WORKSFORME.
Comment 9•12 years ago
|
||
it's still not possible to send Emails to IDN Domains for expamle example@exämpel.de
Updated•9 years ago
|
Whiteboard: [necko-would-take]
Comment 10•7 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•