2005-02-01 [colin] 1.0.0cvs24.3
[claws.git] / src / common / xml.c
index 628641f0d7f52e29c44ba8e4abbbcd2deec4678c..2222eb13769c4b50b954f5077adb6c4584d9469b 100644 (file)
@@ -536,11 +536,10 @@ gint xml_unescape_str(gchar *str)
        return 0;
 }
 
        return 0;
 }
 
-#warning FIXME_GTK2
 gint xml_file_put_escape_str(FILE *fp, const gchar *str)
 {
 gint xml_file_put_escape_str(FILE *fp, const gchar *str)
 {
-       const gchar *src_codeset = CS_UTF_8;
-       const gchar *dest_codeset = conv_get_locale_charset_str();
+       const gchar *src_codeset = CS_INTERNAL;
+       const gchar *dest_codeset = CS_INTERNAL;
        gchar *tmpstr = NULL;
        const gchar *p;
 
        gchar *tmpstr = NULL;
        const gchar *p;