CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/06/01 14:02:53
Modified files:
lib/libc/locale: setlocale.c setrunelocale.c
share/locale/ctype: Makefile
Log message:
Change the naming scheme used for directories in /usr/share/locale to
eliminate redundant copies of LC_CTYPE files.
Instead of names using "language_territory.codeset" permutations, use just
the codeset component to name directories storing LC_CTYPE files. Suggested
by bluhm@ while discussing the idea of using symlinks in /usr/share/locale
like FreeBSD does.
Future locale features which store language and/or territory specific data
can name directories after language or territory names.