[Mono-bugs] [Bug 80488][Nor] Changed - JISConvert does not handle some JIS X 0213 letters
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Feb 9 17:17:37 EST 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80488
--- shadow/80488 2007-02-09 17:12:51.000000000 -0500
+++ shadow/80488.tmp.3979 2007-02-09 17:17:37.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 80488
Product: Mono: Class Libraries
Version: 1.0
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: atsushi at ximian.com
ReportedBy: atsushi at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -57,6 +57,18 @@
------- Additional Comments From atsushi at ximian.com 2007-02-09 17:12 -------
Created an attachment (id=18655)
fix that is *not* proposed, contd
+
+------- Additional Comments From atsushi at ximian.com 2007-02-09 17:17 -------
+Actually due to some issues I'm not likely to check in these files:
+- it is very slow, 2x slower than existing ones.
+- turned out that there are more characters missing, namely "IBM
+extensions" in MS932. I have no idea how they could be mapped
+indirectly from JISX0213. The conversion is valid on all Japanese
+encodings.
+- euc-jp and iso-2022-jp are not implemented yet.
+
+So, probably I'll throw those files away and try to fix existing dirty
+code base.
More information about the mono-bugs
mailing list