Closed
Bug 347982
Opened 19 years ago
Closed 19 years ago
EUC-KR encoder is broken : MSB is stripped off
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
People
(Reporter: jshin1987, Assigned: jshin1987)
Details
Attachments
(1 file)
800 bytes,
patch
|
smontagu
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
regression due to the patch for bug 336575. patch coming up.
Assignee | ||
Comment 1•19 years ago
|
||
Assignee | ||
Comment 2•19 years ago
|
||
Comment on attachment 232871 [details] [diff] [review]
patch (one liner)
Asking for r/sr
I've just confirmed that this patch fixed the bug.
I also went through the patch for bug 336575 to see if there's a similar 'typo' , but there isn't any more as far as I can tell.
An easy way to reproduce this bug: go to one of Korean search engines that use EUC-KR by default (e.g. http://www.naver.com http://www.empas.com ) and copy'n'paste a Korean word into the search box and press the submit button. Instead of the Korean word you submitted, a gibberish word(made of numbers and Latin capital letters) will be looked up. Those numbers and letters correspond to the Korean word in EUC-KR with their MSB's stripped off.
Attachment #232871 -
Flags: superreview?(roc)
Attachment #232871 -
Flags: review?(smontagu)
Comment 3•19 years ago
|
||
Comment on attachment 232871 [details] [diff] [review]
patch (one liner)
Sorry for making this mistake, and thank you very much for spotting and fixing it!
Attachment #232871 -
Flags: review?(smontagu) → review+
Attachment #232871 -
Flags: superreview?(roc) → superreview+
Assignee | ||
Comment 4•19 years ago
|
||
thanks for reviews. fix checked in
(In reply to comment #3)
> (From update of attachment 232871 [details] [diff] [review] [edit])
> Sorry for making this mistake, and thank you very much for spotting and fixing
> it!
I should've caught it while reviewing the patch for bug 336575...
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•