mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
476 B
Plaintext
14 lines
476 B
Plaintext
$NetBSD: patch-bb,v 1.1 2010/05/17 17:58:13 drochner Exp $
|
|
|
|
--- src/unmime.c.orig 2010-02-08 21:42:16.000000000 +0000
|
|
+++ src/unmime.c
|
|
@@ -115,7 +115,7 @@ gchar *unmime_header(const gchar *encode
|
|
}
|
|
|
|
/* convert to UTF-8 */
|
|
- conv_str = conv_codeset_strdup(decoded_text, charset, NULL);
|
|
+ conv_str = conv_codeset_strdup(decoded_text, charset, "utf-8");
|
|
if (!conv_str || !g_utf8_validate(conv_str, -1, NULL)) {
|
|
g_free(conv_str);
|
|
conv_str = g_malloc(len + 1);
|