[Mono-bugs] [Bug 491799] New: CP932/SJIS fails to encode some characters
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Apr 3 04:27:39 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=491799
Summary: CP932/SJIS fails to encode some characters
Classification: Mono
Product: Mono: Class Libraries
Version: 2.4.x
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: CORLIB
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: theli at ukr.net
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Description of Problem:
Steps to reproduce the problem:
1.
Encoding.GetEncoding("shift_jis").GetBytes("\uFF02");
2.
Actual Results:
Expected Results:
0xEE 0xFC
How often does this happen?
Always
Additional Information:
confirmed with, at least, this characters:
character "\uFF02", should encode to 0xEE 0xFC
character "\uFF07", should encode to 0xFA 0x56
character "\uFF0D", should encode to 0x81 0x7C
character "\uFF3C", should encode to 0x81 0x5F
character "\uFF5E", should encode to 0x81 0x60
character "\uFFE0", should encode to 0x81 0x91
character "\uFFE1", should encode to 0x81 0x92
character "\uFFE2", should encode to 0x81 0xCA
character "\uFFE3", should encode to 0x81 0x50
character "\uFFE4", should encode to 0xEE 0xFA
character "\uFFE5", should encode to 0x81 0x8F
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list