mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 21:10:07 +00:00
8da25eec0a
[BZ #17750] * Makefile: add fr_CA.UTF-8 to test-input and LOCALES. * localedata/fr_CA.UTF-8.in: New file with test data for backward accents sorting. * localedata/fr_FR.UTF-8.in: Fix test data for forward accents sorting. * localedata/locales/cs_CZ (LC_COLLATE): Remove “define DIACRIT_FORWARD” * localedata/locales/de_DE (LC_COLLATE): Likewise. * localedata/locales/hu_HU (LC_COLLATE): Likewise. * localedata/locales/lb_LU (LC_COLLATE): Likewise. * localedata/locales/yuw_PG (LC_COLLATE): Likewise. * localedata/locales/fr_CA (LC_COLLATE): Add “define DIACRIT_BACKWARD” * localedata/locales/iso14651_t1_common: Use “ifdef DIACRIT_FORWARD” instead of “ifdef DIACRIT_BACKWARD”. The only locale which currently needs backward accents sorting is fr_CA. Therefore, forward accents sorting should be the default. Before this patch, backwards accent sorting was the default and all locales except fr_CA had to use define DIACRIT_FORWARD before copy "iso14651_t1" Most locales didn’t do that and thus got the inappropriate backwards accents sorting by accident. Now only the fr_CA locale needs to use define DIACRIT_BACKWARD before copy "iso14651_t1" Original patch slightly modified by: Mike FABIAN <mfabian@redhat.com>
151 lines
3.0 KiB
Plaintext
151 lines
3.0 KiB
Plaintext
comment_char %
|
|
escape_char /
|
|
|
|
% This file is part of the GNU C Library and contains locale data.
|
|
% The Free Software Foundation does not claim any copyright interest
|
|
% in the locale data contained in this file. The foregoing does not
|
|
% affect the license of the GNU C Library as a whole. It does not
|
|
% exempt you from the conditions of the license if your use would
|
|
% otherwise be governed by that license.
|
|
|
|
% French Language Locale for Canada
|
|
% Source: RAP
|
|
% Address: Sankt Jo//rgens Alle 8
|
|
% DK-1615 Ko//benhavn V, Danmark
|
|
% Contact: Keld Simonsen
|
|
% Email: Keld.Simonsen@dkuug.dk
|
|
% Tel: +45 - 31226543
|
|
% Fax: +45 - 33256543
|
|
% Language: fr
|
|
% Territory: CA
|
|
% Revision: 4.3
|
|
% Date: 1996-10-15
|
|
% Users: general
|
|
|
|
LC_IDENTIFICATION
|
|
title "French locale for Canada"
|
|
source "RAP"
|
|
address "Sankt J<U00F8>rgens Alle 8, DK-1615 K<U00F8>benhavn V, Danmark"
|
|
contact ""
|
|
email "bug-glibc-locales@gnu.org"
|
|
tel ""
|
|
fax ""
|
|
language "Canadian French"
|
|
territory "Canada"
|
|
revision "1.0"
|
|
date "2000-06-29"
|
|
|
|
category "i18n:2012";LC_IDENTIFICATION
|
|
category "i18n:2012";LC_CTYPE
|
|
category "i18n:2012";LC_COLLATE
|
|
category "i18n:2012";LC_TIME
|
|
category "i18n:2012";LC_NUMERIC
|
|
category "i18n:2012";LC_MONETARY
|
|
category "i18n:2012";LC_MESSAGES
|
|
category "i18n:2012";LC_PAPER
|
|
category "i18n:2012";LC_NAME
|
|
category "i18n:2012";LC_ADDRESS
|
|
category "i18n:2012";LC_TELEPHONE
|
|
category "i18n:2012";LC_MEASUREMENT
|
|
END LC_IDENTIFICATION
|
|
|
|
LC_CTYPE
|
|
copy "fr_FR"
|
|
END LC_CTYPE
|
|
|
|
LC_COLLATE
|
|
define DIACRIT_BACKWARD
|
|
|
|
copy "en_CA"
|
|
END LC_COLLATE
|
|
|
|
LC_MESSAGES
|
|
copy "fr_FR"
|
|
END LC_MESSAGES
|
|
|
|
LC_MONETARY
|
|
int_curr_symbol "CAD "
|
|
currency_symbol "$"
|
|
mon_decimal_point ","
|
|
mon_thousands_sep "<U202F>"
|
|
mon_grouping 3;3
|
|
positive_sign ""
|
|
negative_sign "-"
|
|
int_frac_digits 2
|
|
frac_digits 2
|
|
p_cs_precedes 0
|
|
p_sep_by_space 1
|
|
n_cs_precedes 0
|
|
n_sep_by_space 1
|
|
p_sign_posn 1
|
|
n_sign_posn 0
|
|
END LC_MONETARY
|
|
|
|
LC_NUMERIC
|
|
copy "fr_FR"
|
|
END LC_NUMERIC
|
|
|
|
LC_TIME
|
|
abday "dim";"lun";"mar";"mer";"jeu";"ven";"sam"
|
|
day "dimanche";/
|
|
"lundi";/
|
|
"mardi";/
|
|
"mercredi";/
|
|
"jeudi";/
|
|
"vendredi";/
|
|
"samedi"
|
|
abmon "jan";"f<U00E9>v";/
|
|
"mar";"avr";/
|
|
"mai";"jun";/
|
|
"jui";"ao<U00FB>";/
|
|
"sep";"oct";/
|
|
"nov";"d<U00E9>c"
|
|
mon "janvier";/
|
|
"f<U00E9>vrier";/
|
|
"mars";/
|
|
"avril";/
|
|
"mai";/
|
|
"juin";/
|
|
"juillet";/
|
|
"ao<U00FB>t";/
|
|
"septembre";/
|
|
"octobre";/
|
|
"novembre";/
|
|
"d<U00E9>cembre"
|
|
d_t_fmt "%a %d %b %Y %T %Z"
|
|
d_fmt "%Y-%m-%d"
|
|
t_fmt "%T"
|
|
am_pm "";""
|
|
t_fmt_ampm ""
|
|
week 7;19971130;1
|
|
END LC_TIME
|
|
|
|
LC_PAPER
|
|
copy "en_CA"
|
|
END LC_PAPER
|
|
|
|
LC_TELEPHONE
|
|
copy "en_CA"
|
|
END LC_TELEPHONE
|
|
|
|
LC_MEASUREMENT
|
|
copy "en_CA"
|
|
END LC_MEASUREMENT
|
|
|
|
LC_NAME
|
|
name_fmt "%d%t%g%t%m%t%f"
|
|
END LC_NAME
|
|
|
|
LC_ADDRESS
|
|
postal_fmt "%f%N%a%N%d%N%b%N%s %h %e %r%N%z %T%N%c%N"
|
|
country_name "Canada"
|
|
country_ab2 "CA"
|
|
country_ab3 "CAN"
|
|
country_num 124
|
|
country_car "CDN"
|
|
lang_name "fran<U00E7>ais"
|
|
lang_ab "fr"
|
|
lang_term "fra"
|
|
lang_lib "fre"
|
|
END LC_ADDRESS
|