Closed Bug 67206 Opened 24 years ago Closed 24 years ago

Newline renders as a vertical line "|" when conbined with intl char in alert

Categories

(Core :: Internationalization, defect)

defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 55468

People

(Reporter: bugzilla, Assigned: jst)

Details

(Keywords: intl)

Attachments

(1 file)

If an alert contains intl chars a newline (char 13) the newline is rendered as a vertical line (|). The alert with intl chars is rendered as: æ|æ while in both Netscape 4.x and IE the alert is rendered as: æ æ Build 20010130 on Win2k testcase: alert("æ" + String.fromCharCode(13) + "æ" + String.fromCharCode(13)); alert("a" + String.fromCharCode(13) + "a" + String.fromCharCode(13)); The testcase shows: On mozilla: æ|æ aa On Netscape 4.x and IE: æ æ a a
Attached file testcase the renders |
Keywords: intl
cc momoi
Reassign to jst, dup of bug 55468?
Assignee: nhotta → jst
Yup, it's a dup *** This bug has been marked as a duplicate of 55468 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
Verified as dup.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: