Files
pkgsrc-ng/misc/gelemental/patches/patch-aa
2013-09-26 17:14:40 +02:00

14 lines
455 B
Plaintext

$NetBSD: patch-aa,v 1.1.1.1 2007/11/06 20:16:16 drochner Exp $
--- libelemental/misc/ucompose.cc.orig 2007-10-01 18:33:04.000000000 +0200
+++ libelemental/misc/ucompose.cc
@@ -144,7 +144,7 @@ ustring
UComposition::do_stringify (const std::wstring& src)
{
return Glib::convert (string (reinterpret_cast<const char *> (src.data ()),
- src.size () * sizeof (wchar_t)), "UTF-8", "WCHAR_T");
+ src.size () * sizeof (wchar_t)), "UTF-8", "ucs-4");
}