mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
338 B
Plaintext
14 lines
338 B
Plaintext
$NetBSD: patch-ab,v 1.1 2004/01/24 10:00:29 jmmv Exp $
|
|
|
|
--- utf8.c.orig 1999-10-17 20:46:00.000000000 +0200
|
|
+++ utf8.c
|
|
@@ -173,7 +173,7 @@ unicode_get_charset_internal (char **a)
|
|
if (strcmp (charset, "UTF-8") == 0)
|
|
return 1;
|
|
}
|
|
-#elif CODESET
|
|
+#elif defined(CODESET)
|
|
charset = nl_langinfo(CODESET);
|
|
if (charset)
|
|
{
|