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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to