Closed
Bug 314637
Opened 19 years ago
Closed 19 years ago
Search Messages can't find some words in ISO-2022-JP messages
Categories
(MailNews Core :: Search, defect)
MailNews Core
Search
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.8.1
People
(Reporter: emk, Assigned: emk)
Details
(Keywords: fixed1.8.0.4, intl, verified1.8.1)
Attachments
(1 file, 1 obsolete file)
1.54 KB,
patch
|
emk
:
review+
emk
:
superreview+
dveditz
:
approval1.8.0.2-
jay
:
approval1.8.0.4+
mscott
:
approval1.8.1+
|
Details | Diff | Splinter Review |
Please see this bug using UTF-8 encoding.
Reproducable: Always
Steps to reproduce:
1. Compose new message.
2. Options-Character-Encoding-"Japanese (ISO-2022-JP)".
3. Type "現況".
4. Save it in the Drafts folder.
5. Edit-Find-"Search Messages".
6. Search using the following condition: Body contains "現況".
Actual result:
No matches found.
Expected result.
Match found.
Assignee | ||
Comment 1•19 years ago
|
||
Japanese word "現況" contains the bit pattern "=67" which is misidentified as quoted printable.
Also changed Bugscape ID which is no longer useful.
Assignee: nobody → VYV03354
Status: NEW → ASSIGNED
Attachment #201537 -
Flags: superreview?(bienvenu)
Attachment #201537 -
Flags: review?
Assignee | ||
Updated•19 years ago
|
Attachment #201537 -
Flags: review? → review?(mscott)
Updated•19 years ago
|
Attachment #201537 -
Flags: superreview?(bienvenu)
Attachment #201537 -
Flags: superreview+
Attachment #201537 -
Flags: review?(mscott)
Attachment #201537 -
Flags: review?(jshin1987)
Comment 2•19 years ago
|
||
Comment on attachment 201537 [details] [diff] [review]
Patch rv1.0
r=jshin
Please, use 'stateful charsets like ISO-2022-JP' in place of 'stateful csids like JIS'
Attachment #201537 -
Flags: review?(jshin1987) → review+
Assignee | ||
Comment 3•19 years ago
|
||
Carrying over r+sr (comment only change)
Attachment #201537 -
Attachment is obsolete: true
Attachment #201732 -
Flags: superreview+
Attachment #201732 -
Flags: review+
Comment 4•19 years ago
|
||
checked-in to trunk. Thanks, Kimura-san!
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•19 years ago
|
Flags: blocking1.8.1?
Assignee | ||
Comment 6•19 years ago
|
||
Comment on attachment 201732 [details] [diff] [review]
Patch rv1.1
Quite simple one-liner fix which affects only ISO-2022-JP messages.
But it's very important for Japanese users to search messages correctly.
Attachment #201732 -
Flags: approval1.8.1?
Updated•19 years ago
|
Flags: blocking-thunderbird2?
Comment 7•19 years ago
|
||
Comment on attachment 201732 [details] [diff] [review]
Patch rv1.1
please land this on the 1.8.1 branch for thunderbird 2 (or let me know if you need me to do it for you).
Attachment #201732 -
Flags: approval1.8.1? → approval1.8.1+
Updated•19 years ago
|
Flags: blocking-thunderbird2? → blocking-thunderbird2+
Updated•19 years ago
|
Keywords: fixed1.8.1 → verified1.8.1
Updated•19 years ago
|
Target Milestone: mozilla1.9alpha → mozilla1.8.1
Comment 9•19 years ago
|
||
Comment on attachment 201732 [details] [diff] [review]
Patch rv1.1
Oops, sorry, I forgot this. This should go to 1.8.0 branch. This is low risk and good fix.
Attachment #201732 -
Flags: approval1.8.0.3?
Attachment #201732 -
Flags: approval1.8.0.2?
Comment 10•19 years ago
|
||
Comment on attachment 201732 [details] [diff] [review]
Patch rv1.1
Unfortunately we are already testing final candidate bits for 1.8.0.2 and this is not a stop-ship security hole. Looks good for 1.8.0.3 (which will be approved later, after we've tagged the cvs tree).
Attachment #201732 -
Flags: approval1.8.0.2? → approval1.8.0.2-
Comment 11•19 years ago
|
||
Comment on attachment 201732 [details] [diff] [review]
Patch rv1.1
Please check in promptly on the 1.8.0 branch. Thanks!
Attachment #201732 -
Flags: approval1.8.0.3? → approval1.8.0.3+
Updated•16 years ago
|
Product: Core → MailNews Core
Comment 13•6 years ago
|
||
If anyone is still following this bug: The fix landed here was, well, a kludge on top of some mess. And it landed without a test. I removed all the mess and added tests here: https://hg.mozilla.org/comm-central/rev/9211c27bcce1
You need to log in
before you can comment on or make changes to this bug.
Description
•