From 0cb9ad6acb7e43bfe7582bae616e0c40a85dd1c0 Mon Sep 17 00:00:00 2001 From: yamt Date: Tue, 20 Jan 2004 12:04:48 +0000 Subject: [PATCH] fix a comment; nl_langinfo(CODESET) belongs to LC_CTYPE, not LC_MESSAGES. --- lib/libintl/gettext_iconv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libintl/gettext_iconv.c b/lib/libintl/gettext_iconv.c index 985c0a13f082..d91471d49779 100644 --- a/lib/libintl/gettext_iconv.c +++ b/lib/libintl/gettext_iconv.c @@ -1,4 +1,4 @@ -/* $NetBSD: gettext_iconv.c,v 1.3 2004/01/18 08:54:02 yamt Exp $ */ +/* $NetBSD: gettext_iconv.c,v 1.4 2004/01/20 12:04:48 yamt Exp $ */ /*- * Copyright (c) 2004 Citrus Project, @@ -132,7 +132,7 @@ __gettext_iconv(const char *origmsg, struct domainbinding *db) /* * codeset isn't specified explicitly by * bind_textdomain_codeset(). - * use current locale(LC_MESSAGE)'s codeset. + * use current locale(LC_CTYPE)'s codeset. * * XXX maybe wrong; it can mismatch with * environment variable setting.