[Mono-bugs] [Bug 23116][Wis] Changed - GetCharCount affects iconv internal state
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
12 Sep 2002 13:42:59 -0000
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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=23116
--- shadow/23116 Thu Aug 22 23:34:50 2002
+++ shadow/23116.tmp.799 Thu Sep 12 09:42:59 2002
@@ -1,12 +1,12 @@
Bug#: 23116
Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: piersh@friskit.com
@@ -68,6 +68,18 @@
------- Additional Comments From dietmar@ximian.com 2002-04-09 10:00 -------
It works perfectly on Linux
------- Additional Comments From miguel@ximian.com 2002-08-22 23:34 -------
Could you try this again with a more recent snapshot? The new I18N
code from Rhys might have fixed this.
+
+------- Additional Comments From gonzalo@ximian.com 2002-09-12 09:42 -------
+This is what i get now on windows:
+~ $ mcs bug23116.cs
+Compilation succeeded
+~ $ ./bug23116.exe
+65 : A
+65 : A
+~ $ mono ./bug23116.exe
+65 : A
+65 : A
+~ $