[gnome-cyr] [Bug 6621] Changed - the non-ascii chars in user's email (name part of course) get converted to underscores in the From: dropdown list in 'compose message mode'



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 hvv hippo ru 

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

--- shadow/6621	Tue Aug 21 01:03:46 2001
+++ shadow/6621.tmp.26285	Tue Aug 21 02:53:55 2001
@@ -161,6 +161,17 @@
 works now (but didn't before as you had reported).
 
 I don't know what else could be wrong... the strings are passed around
 as UTF8 and when we create a widget we use the e_utf8_<widget name
 here> wrapper functions.
 
+
+------- Additional Comments From hvv hippo ru  2001-08-21 02:53 -------
+I'm sure you've tested with latin1 characters only (i.e. chars of iso8859-1).
+I tested with russian.
+The string gets converted to "__" if it's an invalid utf8 sequence.
+Are you sure you don't convert utf8 string to locale's charset and then treat
+it as utf8 and try to convert to locale's charset again? Though if that
+was true, any non-ascii chars would be converted to "_", not only
+non-latin1..
+In which file and function the From: dropdown is filled? I may try to
+look at it.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]