Subject: libintl - iconv(3) interaction
To: None <tshiozak@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@iijlab.net>
List: tech-userlevel
Date: 07/15/2003 04:12:12
	before i forget...
	we need to call iconv(3) as needed from the end of
	lib/libintl/gettext.c:dcngettext().  the issue is how to map "charset"
	written in message catalog file to iconv(3) encoding designator.

itojun