[Mono-bugs] [Bug 76760][Nor] Changed - I18N.CJK.CP949 can't decode UHC Level 2 correctly

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Nov 20 19:03:19 EST 2005


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=76760

--- shadow/76760	2005-11-19 10:50:50.000000000 -0500
+++ shadow/76760.tmp.16164	2005-11-20 19:03:19.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 76760
 Product: Mono: Class Libraries
 Version: 1.1
 OS: All
 OS Details: Every platforms
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: perky at FreeBSD.org               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -33,6 +33,10 @@
 UHC Level 2
 -                    int ord = 14532 + (lastByte - 0x81) * 84;
 +                    int ord = 14532 + (lastByte - 0xA1) * 84;
 
                      if (b >= 0x41 && b <= 0x5A)
                          ord += b - 0x41;
+
+------- Additional Comments From atsushi at ximian.com  2005-11-20 19:03 -------
+Patch applied (r53294). Please don't hesitate to post patches at
+anytime :-) Thanks.


More information about the mono-bugs mailing list