Closed
Bug 233352
Opened 22 years ago
Closed 21 years ago
autojoin fails after upgrade
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jariv, Assigned: bugzilla-mozilla-20000923)
Details
(Whiteboard: [cz-0.9.68])
Attachments
(1 file)
|
698 bytes,
patch
|
rginda
:
review+
|
Details | Diff | Splinter Review |
User-Agent:
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 WebWasher 3.3
Upgraded from 1.5 to 1.6 and autojoin fails.
In prefs autojoin is set to "foo%C3%A4bar".
Channel has 'ä' (0xc3a4) in it's name
but client converts it to 0x04 and tries to
connect "foo[0x04]bar".
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
| Assignee | ||
Comment 1•22 years ago
|
||
Reporter, could you try editing the URL to use lower-case %-codes (e.g. change
"%C3%A4" to "%c3%a4")?
Otherwise the looks charset-related. :-/
Updated•21 years ago
|
Product: Core → Other Applications
| Assignee | ||
Comment 2•21 years ago
|
||
Comment 3•21 years ago
|
||
Comment on attachment 172603 [details] [diff] [review]
Make ecmaUnescape not case-sensitive
r=rginda
Attachment #172603 -
Flags: review?(rginda) → review+
| Assignee | ||
Comment 4•21 years ago
|
||
Checked in --> FIXED.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•20 years ago
|
Whiteboard: [cz-0.9.68]
Updated•1 year ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•