From a3bb0a6dc549c898698c91d5991c4199315af51c Mon Sep 17 00:00:00 2001 From: Neal Peacock Date: Fri, 29 Jun 2012 18:15:57 -0400 Subject: gobex: Change UTF name to standard --- gobex/gobex-header.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gobex') diff --git a/gobex/gobex-header.c b/gobex/gobex-header.c index 77dcc6e51..56dd9b258 100644 --- a/gobex/gobex-header.c +++ b/gobex/gobex-header.c @@ -187,7 +187,7 @@ GObexHeader *g_obex_header_decode(const void *data, gsize len, } header->v.string = g_convert((const char *) ptr, hdr_len - 5, - "UTF8", "UTF16BE", + "UTF-8", "UTF-16BE", NULL, &str_len, &conv_err); if (header->v.string == NULL) { g_set_error(err, G_OBEX_ERROR, -- cgit v1.2.1