You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Mike FABIAN 799c8d6905 Add new codepage charmaps/IBM858 [BZ #21084] 9 years ago
..
charmaps Add new codepage charmaps/IBM858 [BZ #21084] 9 years ago
locales Removed redundant data (LC_TIME and LC_MESSAGES) for niu_NZ [BZ #22023] 9 years ago
tests Update copyright dates with scripts/update-copyrights. 9 years ago
tests-mbwc Use correct signedness in wcsncmp 11 years ago
tst-fmon-locales Update. 23 years ago
unicode-gen Improve utf8_gen.py to set the width for characters with Prepended_Concatenation_Mark property to 1 9 years ago
Depend Update. 26 years ago
Makefile Fix missing redirects in testsuite targets 9 years ago
README Change sources.redhat.com references to sourceware.org. 14 years ago
SUPPORTED Add miq_NI locale for Miskito 9 years ago
bug-iconv-trans.c Update. 25 years ago
bug-setlocale1-static.c Support run bug-setlocale1 directly 13 years ago
bug-setlocale1.c Avoid re-exec-self in bug-setlocale1. 11 years ago
bug-usesetlocale.c Use locale_t, not __locale_t, throughout glibc 9 years ago
collate-test.c Update copyright dates with scripts/update-copyrights. 9 years ago
cs_CZ.in cs_CZ test data for locale tests. 27 years ago
da_DK.in * stdio-common/vfscanf.c: Remove unused WIDTH handling. 19 years ago
de_DE.in * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef 19 years ago
dump-ctype.c Update copyright dates with scripts/update-copyrights. 9 years ago
en_US.in Update. 26 years ago
fr_FR.in * string/strcoll_l.c (STRCOLL): Correct test for alloca use. 19 years ago
gen-locale.sh Update copyright dates with scripts/update-copyrights. 9 years ago
hr_HR.in Update. 28 years ago
hu_HU.in localedata: hu_HU: fix multiple sorting bugs (bug 18934) 9 years ago
show-ucs-data.c [BZ #4098] 19 years ago
si_LK.in [BZ #6947] 18 years ago
sort-test.sh Update copyright dates with scripts/update-copyrights. 9 years ago
sv_SE.in Update. 26 years ago
th_TH.in Update. 27 years ago
tr_TR.in [BZ #19] 22 years ago
tst-ctype-de_DE.ISO-8859-1.in Unicode 7.0.0 update; added generator scripts. 11 years ago
tst-ctype.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-ctype.sh Update copyright dates with scripts/update-copyrights. 9 years ago
tst-digits.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-fmon.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-fmon.data Update copyright dates with scripts/update-copyrights. 9 years ago
tst-fmon.sh Update copyright dates with scripts/update-copyrights. 9 years ago
tst-langinfo-static.c fix nl_langinfo with static linking (BZ #16915) 12 years ago
tst-langinfo.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-langinfo.sh Adapt test case data to the changes in the thousands separators 9 years ago
tst-leaks.c tst-leaks: raise timeout to 5 seconds 11 years ago
tst-locale.sh Update copyright dates with scripts/update-copyrights. 9 years ago
tst-mbswcs1.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-mbswcs2.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-mbswcs3.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-mbswcs4.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-mbswcs5.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-mbswcs6.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-numeric.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-numeric.data Update copyright dates with scripts/update-copyrights. 9 years ago
tst-numeric.sh Update copyright dates with scripts/update-copyrights. 9 years ago
tst-rpmatch.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-rpmatch.sh Update copyright dates with scripts/update-copyrights. 9 years ago
tst-setlocale.c Modify several tests to use test-skeleton.c 12 years ago
tst-setlocale2.c Optimize access to isXYZ and toXYZ tables 15 years ago
tst-setlocale3.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-sscanf.c Use fa_IR.UTF-8 which exists internally. 19 years ago
tst-strfmon1.c Adjust tst-strfmon1 after da_DK locale change. 11 years ago
tst-trans.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-trans.sh Update copyright dates with scripts/update-copyrights. 9 years ago
tst-wctype.c Update copyright dates with scripts/update-copyrights. 9 years ago
tst-wctype.input Update. 26 years ago
tst-xlocale1.c Modify several tests to use test-skeleton.c 12 years ago
tst-xlocale2.c Use locale_t, not __locale_t, throughout glibc 9 years ago
uk_UA.in Fix sorting order for Ukrainian locale (BZ 17293) 11 years ago
xfrm-test.c Update copyright dates with scripts/update-copyrights. 9 years ago

README

		       POSIX locale descriptions
and
POSIX character set descriptions

Ulrich Drepper Time-stamp: <2004/11/27 13:06:54 drepper>
drepper@redhat.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.

All problems should be reported using

http://sourceware.org/bugzilla/


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: