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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Mar 2005 10:27:20 -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-23 10:27:20.000000000 -0500
+++ shadow/74016.tmp.25326	2005-03-23 10:27:20.000000000 -0500
@@ -0,0 +1,61 @@
+Bug#: 74016
+Product: Mono: Runtime
+Version: unspecified
+OS: Solaris 8
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: Jochen-mono@Hayek.name               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mono runtime makes use of the unknown character set 646
+
+Description of Problem:
+
+GLib: Cannot convert message: Conversion from character set 'UTF-8' to
+'646' is not supported
+
+
+Steps to reproduce the problem:
+1. $ mono --version
+2. 
+3. 
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen? 
+
+I can reproduce it.
+
+Additional Information:
+
+[2005-03-23 15:08:19] cronus@rsx94220 $ mono --version
+GLib: Cannot convert message: Conversion from character set 'UTF-8' to
+'646' is not supported
+Mono JIT compiler version 1.1.4, (C) 2002-2004 Novell, Inc and
+Contributors. www.go-mono.com
+        TLS:           normal
+        GC:            Included Boehm (with typed GC)
+        SIGSEGV      : normal
+        Globalization: ICU
+
+[2005-03-23 15:08:55] cronus@rsx94220 $ iconv -l | fgrep 646
+ANSI_X3.4-1968 ANSI_X3.4-1986 ASCII CP367 IBM367 ISO-IR-6 ISO646-US
+ISO_646.IRV:1991 US US-ASCII CSASCII
+ISO-10646-UCS-2 UCS-2 CSUNICODE
+ISO-10646-UCS-4 UCS-4 CSUCS4
+ISO-IR-14 ISO646-JP JIS_C6220-1969-RO JP CSISO14JISC6220RO
+CN GB_1988-80 ISO-IR-57 ISO646-CN CSISO57GB1988
+
+
+Maybe the character set name should be ISO646-US instead of just 646.