[Mono-bugs] [Bug 77325][Wis] New - Possibly incorrect ISO-8859-6
converter
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jan 23 08:51:06 EST 2006
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 bruno at clisp.org.
http://bugzilla.ximian.com/show_bug.cgi?id=77325
--- shadow/77325 2006-01-23 08:51:06.000000000 -0500
+++ shadow/77325.tmp.21118 2006-01-23 08:51:06.000000000 -0500
@@ -0,0 +1,50 @@
+Bug#: 77325
+Product: Mono: Class Libraries
+Version: 1.1
+OS: Mac OS X 10.3
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: bruno at clisp.org
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Possibly incorrect ISO-8859-6 converter
+
+Please fill in this template when reporting a bug, unless you know what you are
+doing.
+Description of Problem:
+
+The converter for ISO-8859-6 (code page 28596)
+maps the digits 0x30..0x39 to Arabit digits, rather than to Latin digits.
+You can see from
+ http://www.haible.de/bruno/charsets/conversion-tables/ISO-8859-6.html
+that the majority of converters, including the converters of GNU libc
+and Windows-XP, map 0x30..0x39 to Latin digits.
+
+I'm not sure this is incorrect. Someone who has a printed copy of ISO-8859-6
+should check it.
+
+
+Steps to reproduce the problem:
+1. ./table.sh CP28596 or ./table.sh iso_8859_6
+
+Actual Results:
+
+See http://www.haible.de/bruno/charsets/conversion-tables/ISO-8859-6.html
+
+Expected Results:
+
+See http://www.haible.de/bruno/charsets/conversion-tables/ISO-8859-6.html
+
+How often does this happen?
+
+
+Additional Information:
+
+The table.sh tool is found in the attachment.
More information about the mono-bugs
mailing list