- From: <bugzilla@jessica.w3.org>
- Date: Sat, 10 May 2014 02:57:39 +0000
- To: www-international@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25649
Bug ID: 25649
Summary: shift_jis decoder is overly permissive for EUDC
Product: WHATWG
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: Encoding
Assignee: annevk@annevk.nl
Reporter: public+w3@mearie.org
QA Contact: sideshowbarker+encodingspec@gmail.com
CC: mike@w3.org, www-international@w3.org
Substep 3.2 does not check if the byte is in the range 0x40 to 0x7E or 0x80 to
0xFC, so it allows for byte sequence F0 00 to be decoded as U+DFC0 for example.
This is obviously contraty to the original pseudocode by Masatoshi Kimura in
Bug 24130.
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Saturday, 10 May 2014 02:57:41 UTC