Date: Sun, 19 Feb 2006 06:40:29 +0000 (UTC) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/csh Makefile config.h iconv.h iconv_stub.c Message-ID: <200602190640.k1J6eT0t006101@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ume 2006-02-19 06:40:29 UTC
FreeBSD src repository
Modified files:
bin/csh Makefile config.h
Added files:
bin/csh iconv.h iconv_stub.c
Log:
Enable NLS catalog of csh(1).
The tcsh 6.14 uses libiconv to convert catalogs to appropriate charset
dynamically. However, we don't have libiconv in our tree. So, I made
some hack to load libiconv dynamically. If libiconv is available, you
can use catalogs for more locales than the locales which catalog is
actually installed.
To use this feature, you need to symlink catalogs to appropriate
locales. You can do this by installing ports/shells/tcsh_nls.
Reviewed by: arch (no objection)
MFC after: 1 week
Revision Changes Path
1.38 +19 -1 src/bin/csh/Makefile
1.13 +4 -0 src/bin/csh/config.h
1.1 +44 -0 src/bin/csh/iconv.h (new)
1.1 +69 -0 src/bin/csh/iconv_stub.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602190640.k1J6eT0t006101>
