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



commit 486113ce91be071cd649cdbb94712129640664f6
Author: Milan Crha <mcrha redhat com>
Date:   Tue Jun 12 11:27:56 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]