[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
Tue, 29 Mar 2005 08:53:46 -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 vargaz@gmail.com.

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

--- shadow/74016	2005-03-24 09:30:51.000000000 -0500
+++ shadow/74016.tmp.3075	2005-03-29 08:53:46.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 74016
 Product: Mono: Runtime
 Version: 1.1
 OS: Solaris 8
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Blocker
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: Jochen-mono@Hayek.name               
 QAContact: mono-bugs@ximian.com
@@ -87,6 +87,16 @@
 [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.
 
+
+------- Additional Comments From vargaz@gmail.com  2005-03-29 08:53 -------
+We use the g_print () function to print out the version message among
+others, and call
+
+	setlocale (LC_ALL, "");
+
+at startup. If glib can't handle the locale set by the env variables,
+we can't really do anything about it.
+