[evolution-data-server/gnome-3-4] Bug #668247 - Broken non-basic-latin folder name handling



commit 777c4879e65ed558dcb46c48fdeb9027dd5bf556
Author: Milan Crha <mcrha redhat com>
Date:   Tue Jun 12 11:29:09 2012 +0200

    Bug #668247 - Broken non-basic-latin folder name handling

 camel/camel-utf8.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/camel-utf8.c b/camel/camel-utf8.c
index 36ac2b5..b83ed2b 100644
--- a/camel/camel-utf8.c
+++ b/camel/camel-utf8.c
@@ -232,7 +232,7 @@ camel_utf7_utf8 (const gchar *ptr)
 			if (c == '&')
 				state = 1;
 			else
-				g_string_append_u (out, c);
+				g_string_append_c (out, c);
 			break;
 		case 1:
 			if (c == '-') {



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