glibc/localedata
Ulrich Drepper ef44614405 Update.
2000-07-23  Bruno Haible  <haible@clisp.cons.org>

	* wctype/wchar-lookup.h: New file.
	* wctype/iswctype.c: Include "wchar-lookup.h".
	(__iswctype): Support alternate locale format with 3-level tables.
	* wctype/iswctype_l.c (__iswctype_l): Likewise.
	* wctype/towctrans.c (__towctrans): Likewise.
	* wctype/towctrans_l.c (__towctrans_l): Likewise.
	* wctype/wcfuncs.c: Include "wchar-lookup.h".
	(__ctype32_wctype, __ctype32_wctrans): Declare external.
	(__iswalnum, __iswalpha, __iswcntrl, __iswdigit, __iswlower,
	__iswgraph, __iswprint, __iswpunct, __iswspace, __iswupper,
	__iswxdigit, towlower, towupper): Support alternate locale format
	with 3-level tables.
	* wctype/wcextra.c (iswblank): Likewise.
	* wctype/wcfuncs_l.c: Include "wchar-lookup.h".
	(__iswalnum_l, __iswalpha_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
	__iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
	__iswxdigit_l, __towlower_l, __towupper_l): Support alternate locale
	format with 3-level tables.
	* wctype/wcextra_l.c (__iswblank_l): Likewise.
	* wctype/wctype.c (__wctype): Likewise.  In the alternate locale
	format, return a 3-level table pointer.
	* wctype/wctype_l.c (__wctype_l): Likewise.
	* wctype/wctrans.c (wctrans): Likewise.
	* wctype/wctype.h (__ISwupper, __ISwlower, __ISwalpha, __ISwdigit,
	__ISwxdigit, __ISwspace, __ISwprint, __ISwgraph, __ISwblank,
	__ISwcntrl, __ISwpunct, __ISwalnum): New enum values.
	(iswctype): Remove macro definition.
	* wcsmbs/wcwidth.h: Include "wchar-lookup.h".
	(internal_wcwidth): Support alternate locale format with 3-level
	tables.
	* locale/langinfo.h (_NL_CTYPE_CLASS_OFFSET, _NL_CTYPE_MAP_OFFSET):
	New nl_items.
	* locale/categories.def (_NL_CTYPE_CLASS_OFFSET, _NL_CTYPE_MAP_OFFSET):
	Define them as being type "word".
	* locale/C-ctype.c (_nl_C_LC_CTYPE): Add initializers for them.
	* ctype/ctype-info.c (__ctype32_wctype, __ctype32_wctrans,
	__ctype32_width): New exported variables.
	* locale/lc-ctype.c (_nl_postload_ctype): Initialize them in the
	alternate locale format. Don't initialize __ctype_names and
	__ctype_width in the alternate locale format.
	* locale/programs/localedef.h (oldstyle_tables): New declaration.
	* locale/programs/localedef.c (oldstyle_tables): New variable.
	(OPT_OLDSTYLE): New macro.
	(options): Add --old-style option.
	(parse_opt): Handle --old-style option.
	* locale/programs/ld-ctype.c (locale_ctype_t): Add class_offset,
	map_offset, class_3level, map_3level, width_3level members.
	(ctype_output): Support for alternate locale format: Computation of
	nelems changes. _NL_CTYPE_TOUPPER32, _NL_CTYPE_TOLOWER32 and
	_NL_CTYPE_CLASS32 only 256 characters. _NL_CTYPE_NAMES empty.
	New fields _NL_CTYPE_CLASS_OFFSET, _NL_CTYPE_MAP_OFFSET. Field
	_NL_CTYPE_WIDTH now contains the three-level table. Extra elems
	now contain both class and map tables.
	(struct wctype_table): New type.
	(wctype_table_init, wctype_table_add, wctype_table_finalize): New
	functions.
	(struct wcwidth_table): New type.
	(wcwidth_table_init, wcwidth_table_add, wcwidth_table_finalize): New
	functions.
	(struct wctrans_table): New type.
	(wctrans_table_init, wctrans_table_add, wctrans_table_finalize): New
	functions.
	(allocate_arrays): Support for alternate locale format: Set
	plane_size and plane_cnt to 0. Restrict ctype->ctype32_b to the first
	256 characters. Compute ctype->class_3level. Restrict ctype->map32[idx]
	to the first 256 characters. Compute ctype->map_3level. Set
	ctype->class_offset and ctype->map_offset. Compute ctype->width_3level
	instead of ctype->width.
2000-07-25 04:37:22 +00:00
..
charmaps Update. 2000-07-22 02:36:19 +00:00
locales Update. 2000-07-25 03:45:07 +00:00
tests Update. 2000-06-26 00:38:37 +00:00
tests-mbwc Mark U0000 as cntrl and U00A0 not as space. 2000-07-18 20:32:25 +00:00
tst-fmon-locales Update. 2000-06-26 00:38:37 +00:00
ChangeLog Update. 2000-07-25 04:37:22 +00:00
CHECKSUMS
collate-test.c Update. 2000-05-23 08:43:26 +00:00
cs_CZ.in
da_DK.in
de_DE.in Update. 2000-06-26 00:38:37 +00:00
Depend Update. 2000-07-01 05:19:18 +00:00
en_US.in Update. 2000-06-26 20:07:09 +00:00
fr_CA,2.13.in
gen-locale.sh Update. 2000-07-12 20:06:44 +00:00
hr_HR.in
Makefile Update. 2000-07-25 03:54:45 +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 Update. 2000-07-16 07:30:42 +00:00
SUPPORTED Update. 2000-03-03 21:33:34 +00:00
th_TH.in
tst-ctype-de_DE.ISO-8859-1.in Update. 2000-07-23 00:20:47 +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-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-25 03:54:45 +00:00
tst-langinfo.sh Update. 2000-07-25 03:54:45 +00:00
tst-locale.sh Update. 2000-07-12 20:06:44 +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: