Closed Bug 1094804 Opened 10 years ago Closed 7 years ago

Incorrect error handling in euc-kr

Categories

(Core :: Internationalization, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla56

People

(Reporter: annevk, Assigned: hsivonen)

References

Details

(Whiteboard: [fixed by encoding_rs])

These byte ranges

  0xA0 0x5B through 0xA0 0x60
  0xA0 0x7B through 0xA0 0x80

result in

  U+00A0 U+00XX

code points rather than

  U+FFFD U+00XX

code points and a single U+FFFD for 0xA0 0x80.
Depends on: encoding_rs
Fixed by bug 1261841.
Assignee: nobody → hsivonen
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Whiteboard: [fixed by encoding_rs]
Target Milestone: --- → mozilla56
You need to log in before you can comment on or make changes to this bug.