[Mono-bugs] [Bug 74016][Blo] Changed - mono runtime makes use of the unknown character set 646

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 24 Mar 2005 09:30:51 -0500 (EST)


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 jochen-mono@hayek.name.

http://bugzilla.ximian.com/show_bug.cgi?id=74016

--- shadow/74016	2005-03-24 08:20:12.000000000 -0500
+++ shadow/74016.tmp.12548	2005-03-24 09:30:51.000000000 -0500
@@ -1,9 +1,9 @@
 Bug#: 74016
 Product: Mono: Runtime
-Version: unspecified
+Version: 1.1
 OS: Solaris 8
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Blocker
@@ -63,6 +63,30 @@
 ------- Additional Comments From vargaz@gmail.com  2005-03-24 08:20 -------
 This is not a mono bug. We don't internationalize our messages. You
 probably have an incompatible iconv library somewhere:
 
 http://mail.gnome.org/archives/garnome-list/2003-August/msg00060.html
 
+
+------- Additional Comments From Jochen-mono@Hayek.name  2005-03-24 09:30 -------
+Z> This is not a mono bug.
+Z> We don't internationalize our messages.
+
+Well, but who would then trigger the conversion from UTF-8
+to what is needed for a "convenient" output on the console
+or a file?
+
+Z> You probably have an incompatible iconv library somewhere:
+Z> [...]
+
+Well, there is a Solaris iconv around,
+and there is also GNU iconv around:
+
+[2005-03-24 14:14:08] cronus@rsx94220 $ type -a iconv
+iconv is /app/idsp22/cronus1/usr/local/bin/iconv
+iconv is /usr/bin/iconv
+[2005-03-24 14:14:15] cronus@rsx94220 $ 
+
+and the LD_LIBRARY_PATH lists the appropriate directories
+in the same order.
+So that shouldn't be the cause for the problem, I think.
+