glibc/localedata
Ulrich Drepper 73fb7bf092 Update.
2000-09-30  Bruno Haible  <haible@clisp.cons.org>

	* locale/programs/charmap-dir.h: New file.
	* locale/programs/charmap-dir.c: New file.
	* locale/programs/linereader.h (lr_create): New declaration.
	* locale/programs/linereader.c (lr_create): New function, split out
	from lr_open.
	(lr_open): Tailcall lr_create.
	* locale/programs/locale.c: Include "charmap-dir.h". Don't include
	<unistd.h>.
	(xstrdup): New declaration.
	(more_help): Use xstrdup instead of strdup.
	(write_locales): Likewise. When encountering a symbolic link, call
	stat.
	(write_charmaps): Simplify using the charmap-dir.h functions.
	Use xstrdup instead of strdup.
	* locale/programs/charmap.c: Include "charmap-dir.h". Don't include
	<dirent.h> and <unistd.h>.
	(cmlr_open): New function.
	(charmap_read): Use cmlr_open instead of lr_open. Simplify using the
	charmap-dir.h functions.
	* locale/Makefile (distribute): Add charmap-dir.h.
	(lib-modules): Add charmap-dir.
	(CFLAGS-charmap-dir.c): Set to -Wno-write-strings, because posix_spawn
	wants a 'char **', not a 'const char **'.
	* include/spawn.h: New file.

2000-09-30  Bruno Haible  <haible@clisp.cons.org>

	* posix/spawn_faction_init.c: Include "spawn_int.h".
	(__posix_spawn_file_actions_realloc): Fix second realloc argument.

2000-09-30  Bruno Haible  <haible@clisp.cons.org>

	* locale/programs/config.h (DEFAULT_CHARMAP): Set to ANSI_X3.4-1968.

2000-09-30  Bruno Haible  <haible@clisp.cons.org>

	* wcsmbs/wcwidth.h (__ctype32_wctype): Remove declaration.
	(internal_wcwidth): Remove the tests for L'\0' and iswprint.
	* locale/programs/ld-ctype.c (find_idx): If max == NULL, return
	a pointer to the table entry, without extending the table.
	(allocate_arrays): Set a width only for characters with 'print'
	property. Set the width of L'\0' to 0.
	* locale/C-ctype.c (_nl_C_LC_CTYPE_width): Use default entry 0xff
	for unprintable characters.  Set entry of NUL to 0.

2000-09-30  Bruno Haible  <haible@clisp.cons.org>

	* locale/programs/charmap.c (charmap_read): Avoid redundant tests.
	Don't forget to call closedir when the filename was found as a
	code_set_name.

2000-09-30  Bruno Haible  <haible@clisp.cons.org>

	* iconv/gconv.h (__gconv_trans_context_fct): Change first argument's
	type to 'void *'.

2000-09-30  Bruno Haible  <haible@clisp.cons.org>

	* locale/programs/ld-ctype.c (wctype_table_init): Initialize level1,
	level2, and level3 as well.
	(wctype_table_add): Remove a few unnecessary conditionals.

2000-09-30  Ralf Baechle  <ralf@gnu.org>

	* wcsmbs/Versions [libc] (GLIBC_2.0): Add __mbrtowc.

2000-09-30  H.J. Lu  <hjl@gnu.org>
2000-10-01 19:54:15 +00:00
..
charmaps Update. 2000-10-01 19:54:15 +00:00
locales Last non <Uxxxx> entries removed. 2000-09-29 22:01:02 +00:00
tests Update. 2000-07-29 18:08:15 +00:00
tests-mbwc Update. 2000-10-01 18:47:09 +00:00
tst-fmon-locales Update. 2000-06-26 00:38:37 +00:00
ChangeLog Update. 2000-10-01 19:54:15 +00:00
CHECKSUMS Update. 2000-02-11 18:50:36 +00:00
collate-test.c Update. 2000-05-23 08:43:26 +00:00
cs_CZ.in cs_CZ test data for locale tests. 1999-02-27 18:14:22 +00:00
da_DK.in Initial revision 1997-03-05 00:35:19 +00:00
de_DE.in Update. 2000-06-26 00:38:37 +00:00
Depend Update. 2000-07-01 05:19:18 +00:00
dump-ctype.c Update. 2000-09-26 00:05:52 +00:00
en_US.in Update. 2000-06-26 20:07:09 +00:00
fr_CA,2.13.in Initial revision 1997-03-05 00:35:19 +00:00
gen-locale.sh Update. 2000-07-12 20:06:44 +00:00
gen-unicode-ctype.c Update. 2000-09-26 00:05:52 +00:00
hr_HR.in Update. 1998-12-21 12:25:07 +00:00
Makefile Update. 2000-10-01 19:08:30 +00:00
README localedata is no add-on anymore, change docu. 2000-07-20 11:10:29 +00:00
show-ucs-data.c Update. 2000-06-26 00:38:37 +00:00
sort-test.sh Improve error handling by printing more information. 2000-08-22 07:53:41 +00:00
SUPPORTED Update. 2000-10-01 19:54:15 +00:00
sv_SE.in Update. 2000-09-01 17:49:19 +00:00
th_TH.in Update. 1999-04-16 16:08:19 +00:00
tst-ctype-de_DE.ISO-8859-1.in Update. 2000-09-26 00:05:52 +00:00
tst-ctype.c Mark U0000 as cntrl and U00A0 not as space. 2000-07-18 20:32:25 +00:00
tst-ctype.sh Mark U0000 as cntrl and U00A0 not as space. 2000-07-18 20:32:25 +00:00
tst-digits.c Update. 2000-08-19 18:06:27 +00:00
tst-fmon.c (main): Print the locale name as well in the error message. 2000-05-05 04:07:18 +00:00
tst-fmon.data Update. 2000-07-01 00:39:39 +00:00
tst-fmon.sh Update. 2000-07-16 07:30:42 +00:00
tst-langinfo.c Update. 2000-07-30 00:00:23 +00:00
tst-langinfo.sh Update. 2000-07-25 03:54:45 +00:00
tst-locale.sh Update. 2000-07-29 18:08:15 +00:00
tst-mbswcs1.c Update. 2000-04-27 05:42:19 +00:00
tst-mbswcs2.c Update. 2000-04-27 06:47:02 +00:00
tst-mbswcs3.c Update. 2000-06-18 00:23:52 +00:00
tst-mbswcs4.c Update. 2000-04-28 06:30:45 +00:00
tst-mbswcs5.c Update. 2000-04-28 06:30:45 +00:00
tst-mbswcs.sh Update. 2000-07-12 20:06:44 +00:00
tst-rpmatch.c Update. 2000-06-26 00:26:21 +00:00
tst-rpmatch.sh Update. 2000-07-16 07:30:42 +00:00
tst-trans.c * tst-trans.c: Include <stdlib.h> and <string.h>. 2000-06-21 12:39:22 +00:00
tst-trans.sh Update. 2000-07-12 20:06:44 +00:00
tst-wctype.c Update. 2000-07-25 04:37:22 +00:00
tst-wctype.input Update. 2000-07-25 04:37:22 +00:00
tst-wctype.sh Update. 2000-07-25 00:38:27 +00:00
xfrm-test.c Update. 2000-05-23 08:43:26 +00:00

		       POSIX locale descriptions
				  and
		    POSIX character set descriptions

Ulrich Drepper			Time-stamp: <2000/07/20 13:08:24 aj>
drepper@cygnus.com


This directory contains the data needed to build the locale data files
to use the internationalization features of the GNU libc.

POSIX.2 describes the `localedef' utility which is part of the GNU libc.
You need this program to "compile" the locale description in a form
suitable for fast access by the GNU libc functions.  Any compilation is
based on a given character set.

Once you run `make install' for the GNU libc the data files are
automatically installed in the right place, ready for use by the
`localedef' program.

To compile the locale data files you simply have to decide which locale
(based on the location and the language) and which character set you
use.  E.g., French speaking Canadians would use the locale `fr_CA' and
the character set `ISO_8859-1,1987'.  Calling `localedef' to get the
desired data should happen like this:

	localedef -i fr_CA -f ISO-8859-1 fr_CA

This will place the 6 output files in the appropriate directory where
the GNU libc functions can find them.  Please note that you need
permission to write to this directory ($(prefix)/share/locale, where
$(prefix) is the value you specified while configuring GNU libc).  If
you do not have the necessary permissions, you can write the files into an
arbitrary directory by giving a path including a '/' character instead
of `fr_CA'.  E.g., to put the new files in a subdirectory of the
current directory simply use

	localedef -i fr_CA -f ISO-8859-1 ./fr_CA

How to use these data files is described in the GNU libc manual,
especially in the section describing the `setlocale' function.


The files contained here were originally from

	ftp://dkuug.dk/i18n/WG15-collection

Keld Jörn Simonsen from the Danish Unix User Group maintains this
archive on behalf of the POSIX working groups.  When you find some wrong
data or want to add something please contact

	Keld Jörn Simonsen <keld@dkuug.dk>
and
	Ulrich Drepper <drepper@cygnus.com>

Please make sure your corrections are relative to the originally
distributed files.  Consult the CHECKSUMS file which contains the MD5
sums for all data files.


One more note: the `POSIX' locale definition is not meant to be used
as an input file for `localedef'.  It is rather there to show the
values with are built in the libc binaries as default values when no
legal locale is found or the "C" or "POSIX" locale is selected.


		       The collation test suite
		       ########################

This package also contains a (beginning of a) test suite for the
collation functions in the GNU libc.  The files are provided sorted.
The test program shuffles the lines and sort them afterwards.

Some of the files are provided in 8bit form, i.e., not only ASCII
characters.  So the tools you use to process the files should be 8bit
clean.

To run the test program the appropriate locale information must be
installed.  Therefore the localedef program is used to generate this
data used the locale and charmap description files contained here.
Since we cannot run the localedef program in case of cross-compilation
no tests at all are performed.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Local Variables:
 mode:text
 eval:(load-library "time-stamp")
 eval:(make-local-variable 'write-file-hooks)
 eval:(add-hook 'write-file-hooks 'time-stamp)
 eval:(setq time-stamp-format '(time-stamp-yyyy/mm/dd time-stamp-hh:mm:ss user-login-name))
End: