Closed
Bug 92776
Opened 24 years ago
Closed 24 years ago
URL is missparsed on this JIS page
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
VERIFIED
FIXED
mozilla0.9.4
People
(Reporter: momoi, Assigned: nhottanscp)
References
()
Details
(Keywords: intl)
Attachments
(2 files)
** Observed with 7/27/2001 Win32 branch build **
On the above page, there is an HREF link which contains JIS-encoded
characters as part of the URL. Mozilla missparses them and
cannot find the intended page. Neither IE 5.5 nor Comm 4.x has
this problem.
The problem part contains Japanese characaters "1", "Space" and "1".
We missparse these JIS sequences.
To look for the problem part, search for "1998" on the above
page. It is the 1st link below "1998" that has this problem.
I will attach a mimum test case extracted from the above page
below. Just click on it with various browsers and see that only
Mozilla fails.
| Reporter | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
looks good. /r=yokoyama
Comment 4•24 years ago
|
||
spec += p; could be changed to spec.Append(p); to make it clearer what it does,
but either way, sr=jst
| Assignee | ||
Comment 5•24 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
OS: Windows 2000 → All
Hardware: PC → All
Resolution: --- → FIXED
Target Milestone: --- → mozilla0.9.4
Comment 6•24 years ago
|
||
Fixed verified on 08-06 trunk build on Win2k-CN and Linux RH6.2-Ja:
Can find the right page now, but there is a problem that can not point to right
anchor place, I already filed bug 94017 for that.
Mark verified for this one here.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•