aboutsummaryrefslogtreecommitdiff
path: root/localedata/tst-fmon-locales
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-26 00:38:37 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-26 00:38:37 +0000
commit7475d01602e881e206a29ee30bc8c3e85c235379 (patch)
tree841acac97699c058c94e84216f702f091f360cd0 /localedata/tst-fmon-locales
parent8b682b9907ad1d60bdd45431e0e3bbdf358837ec (diff)
downloadglibc-7475d01602e881e206a29ee30bc8c3e85c235379.zip
glibc-7475d01602e881e206a29ee30bc8c3e85c235379.tar.gz
glibc-7475d01602e881e206a29ee30bc8c3e85c235379.tar.bz2
Update.
2000-06-25 Greg McGary <greg@mcgary.org> * sysdeps/i386/i586/memcpy.S: Redefine memcpy as mempcpy, not as bcopy.
Diffstat (limited to 'localedata/tst-fmon-locales')
-rw-r--r--localedata/tst-fmon-locales/tstfmon_n01y1214
-rw-r--r--localedata/tst-fmon-locales/tstfmon_n02n4014
-rw-r--r--localedata/tst-fmon-locales/tstfmon_n10y3114
-rw-r--r--localedata/tst-fmon-locales/tstfmon_n11y4114
-rw-r--r--localedata/tst-fmon-locales/tstfmon_n12y1114
-rw-r--r--localedata/tst-fmon-locales/tstfmon_n20n3214
-rw-r--r--localedata/tst-fmon-locales/tstfmon_n30y2014
-rw-r--r--localedata/tst-fmon-locales/tstfmon_n41n0014
-rw-r--r--localedata/tst-fmon-locales/tstfmon_y01y1014
-rw-r--r--localedata/tst-fmon-locales/tstfmon_y02n2212
-rw-r--r--localedata/tst-fmon-locales/tstfmon_y22n4214
-rw-r--r--localedata/tst-fmon-locales/tstfmon_y30y2114
-rw-r--r--localedata/tst-fmon-locales/tstfmon_y32n3114
-rw-r--r--localedata/tst-fmon-locales/tstfmon_y40y0014
-rw-r--r--localedata/tst-fmon-locales/tstfmon_y42n2114
15 files changed, 89 insertions, 119 deletions
diff --git a/localedata/tst-fmon-locales/tstfmon_n01y12 b/localedata/tst-fmon-locales/tstfmon_n01y12
index f8fac3c..975c5ec 100644
--- a/localedata/tst-fmon-locales/tstfmon_n01y12
+++ b/localedata/tst-fmon-locales/tstfmon_n01y12
@@ -1,5 +1,3 @@
-repertoiremap mnemonic.ds
-
# One of a set of test locales for strfmon()
# The six characters after the "_" in the locale name indicate
@@ -10,13 +8,13 @@ copy "POSIX"
END LC_CTYPE
LC_MONETARY
-int_curr_symbol "<U><S><D><SP>"
-currency_symbol "<DO>"
-mon_decimal_point "<.>"
-mon_thousands_sep "<,>"
+int_curr_symbol "<U0055><U0053><U0043><U0020>"
+currency_symbol "<U0024>"
+mon_decimal_point "<U002E>"
+mon_thousands_sep "<U002C>"
mon_grouping 3;3
-positive_sign "<+>"
-negative_sign "<->"
+positive_sign "<U002B>"
+negative_sign "<U002D>"
int_frac_digits 2
frac_digits 2
p_cs_precedes 0
diff --git a/localedata/tst-fmon-locales/tstfmon_n02n40 b/localedata/tst-fmon-locales/tstfmon_n02n40
index be9ecf3..7c41612 100644
--- a/localedata/tst-fmon-locales/tstfmon_n02n40
+++ b/localedata/tst-fmon-locales/tstfmon_n02n40
@@ -1,5 +1,3 @@
-repertoiremap mnemonic.ds
-
# One of a set of test locales for strfmon()
# The six characters after the "_" in the locale name indicate
@@ -10,13 +8,13 @@ copy "POSIX"
END LC_CTYPE
LC_MONETARY
-int_curr_symbol "<U><S><D><SP>"
-currency_symbol "<DO>"
-mon_decimal_point "<.>"
-mon_thousands_sep "<,>"
+int_curr_symbol "<U0055><U0053><U0043><U0020>"
+currency_symbol "<U0024>"
+mon_decimal_point "<U002E>"
+mon_thousands_sep "<U002C>"
mon_grouping 3;3
-positive_sign "<+>"
-negative_sign "<->"
+positive_sign "<U002B>"
+negative_sign "<U002D>"
int_frac_digits 2
frac_digits 2
p_cs_precedes 0
diff --git a/localedata/tst-fmon-locales/tstfmon_n10y31 b/localedata/tst-fmon-locales/tstfmon_n10y31
index 47fe7b4..5e14d7d 100644
--- a/localedata/tst-fmon-locales/tstfmon_n10y31
+++ b/localedata/tst-fmon-locales/tstfmon_n10y31
@@ -1,5 +1,3 @@
-repertoiremap mnemonic.ds
-
# One of a set of test locales for strfmon()
# The six characters after the "_" in the locale name indicate
@@ -10,13 +8,13 @@ copy "POSIX"
END LC_CTYPE
LC_MONETARY
-int_curr_symbol "<U><S><D><SP>"
-currency_symbol "<DO>"
-mon_decimal_point "<.>"
-mon_thousands_sep "<,>"
+int_curr_symbol "<U0055><U0053><U0043><U0020>"
+currency_symbol "<U0024>"
+mon_decimal_point "<U002E>"
+mon_thousands_sep "<U002C>"
mon_grouping 3;3
-positive_sign "<+>"
-negative_sign "<->"
+positive_sign "<U002B>"
+negative_sign "<U002D>"
int_frac_digits 2
frac_digits 2
p_cs_precedes 0
diff --git a/localedata/tst-fmon-locales/tstfmon_n11y41 b/localedata/tst-fmon-locales/tstfmon_n11y41
index 3a7f5dc..22685cb 100644
--- a/localedata/tst-fmon-locales/tstfmon_n11y41
+++ b/localedata/tst-fmon-locales/tstfmon_n11y41
@@ -1,5 +1,3 @@
-repertoiremap mnemonic.ds
-
# One of a set of test locales for strfmon()
# The six characters after the "_" in the locale name indicate
@@ -10,13 +8,13 @@ copy "POSIX"
END LC_CTYPE
LC_MONETARY
-int_curr_symbol "<U><S><D><SP>"
-currency_symbol "<DO>"
-mon_decimal_point "<.>"
-mon_thousands_sep "<,>"
+int_curr_symbol "<U0055><U0053><U0043><U0020>"
+currency_symbol "<U0024>"
+mon_decimal_point "<U002E>"
+mon_thousands_sep "<U002C>"
mon_grouping 3;3
-positive_sign "<+>"
-negative_sign "<->"
+positive_sign "<U002B>"
+negative_sign "<U002D>"
int_frac_digits 2
frac_digits 2
p_cs_precedes 0
diff --git a/localedata/tst-fmon-locales/tstfmon_n12y11 b/localedata/tst-fmon-locales/tstfmon_n12y11
index c8cb113..0788bab 100644
--- a/localedata/tst-fmon-locales/tstfmon_n12y11
+++ b/localedata/tst-fmon-locales/tstfmon_n12y11
@@ -1,5 +1,3 @@
-repertoiremap mnemonic.ds
-
# One of a set of test locales for strfmon()
# The six characters after the "_" in the locale name indicate
@@ -10,13 +8,13 @@ copy "POSIX"
END LC_CTYPE
LC_MONETARY
-int_curr_symbol "<U><S><D><SP>"
-currency_symbol "<DO>"
-mon_decimal_point "<.>"
-mon_thousands_sep "<,>"
+int_curr_symbol "<U0055><U0053><U0043><U0020>"
+currency_symbol "<U0024>"
+mon_decimal_point "<U002E>"
+mon_thousands_sep "<U002C>"
mon_grouping 3;3
-positive_sign "<+>"
-negative_sign "<->"
+positive_sign "<U002B>"
+negative_sign "<U002D>"
int_frac_digits 2
frac_digits 2
p_cs_precedes 0
diff --git a/localedata/tst-fmon-locales/tstfmon_n20n32 b/localedata/tst-fmon-locales/tstfmon_n20n32
index 679d1fe..2c219e9 100644
--- a/localedata/tst-fmon-locales/tstfmon_n20n32
+++ b/localedata/tst-fmon-locales/tstfmon_n20n32
@@ -1,5 +1,3 @@
-repertoiremap mnemonic.ds
-
# One of a set of test locales for strfmon()
# The six characters after the "_" in the locale name indicate
@@ -10,13 +8,13 @@ copy "POSIX"
END LC_CTYPE
LC_MONETARY
-int_curr_symbol "<U><S><D><SP>"
-currency_symbol "<DO>"
-mon_decimal_point "<.>"
-mon_thousands_sep "<,>"
+int_curr_symbol "<U0055><U0053><U0043><U0020>"
+currency_symbol "<U0024>"
+mon_decimal_point "<U002E>"
+mon_thousands_sep "<U002C>"
mon_grouping 3;3
-positive_sign "<+>"
-negative_sign "<->"
+positive_sign "<U002B>"
+negative_sign "<U002D>"
int_frac_digits 2
frac_digits 2
p_cs_precedes 0
diff --git a/localedata/tst-fmon-locales/tstfmon_n30y20 b/localedata/tst-fmon-locales/tstfmon_n30y20
index 4d7f761..c3216b4 100644
--- a/localedata/tst-fmon-locales/tstfmon_n30y20
+++ b/localedata/tst-fmon-locales/tstfmon_n30y20
@@ -1,5 +1,3 @@
-repertoiremap mnemonic.ds
-
# One of a set of test locales for strfmon()
# The six characters after the "_" in the locale name indicate
@@ -10,13 +8,13 @@ copy "POSIX"
END LC_CTYPE
LC_MONETARY
-int_curr_symbol "<U><S><D><SP>"
-currency_symbol "<DO>"
-mon_decimal_point "<.>"
-mon_thousands_sep "<,>"
+int_curr_symbol "<U0055><U0053><U0043><U0020>"
+currency_symbol "<U0024>"
+mon_decimal_point "<U002E>"
+mon_thousands_sep "<U002C>"
mon_grouping 3;3
-positive_sign "<+>"
-negative_sign "<->"
+positive_sign "<U002B>"
+negative_sign "<U002D>"
int_frac_digits 2
frac_digits 2
p_cs_precedes 0
diff --git a/localedata/tst-fmon-locales/tstfmon_n41n00 b/localedata/tst-fmon-locales/tstfmon_n41n00
index c50cd56..199cd54 100644
--- a/localedata/tst-fmon-locales/tstfmon_n41n00
+++ b/localedata/tst-fmon-locales/tstfmon_n41n00
@@ -1,5 +1,3 @@
-repertoiremap mnemonic.ds
-
# One of a set of test locales for strfmon()
# The six characters after the "_" in the locale name indicate
@@ -10,13 +8,13 @@ copy "POSIX"
END LC_CTYPE
LC_MONETARY
-int_curr_symbol "<U><S><D><SP>"
-currency_symbol "<DO>"
-mon_decimal_point "<.>"
-mon_thousands_sep "<,>"
+int_curr_symbol "<U0055><U0053><U0043><U0020>"
+currency_symbol "<U0024>"
+mon_decimal_point "<U002E>"
+mon_thousands_sep "<U002C>"
mon_grouping 3;3
-positive_sign "<+>"
-negative_sign "<->"
+positive_sign "<U002B>"
+negative_sign "<U002D>"
int_frac_digits 2
frac_digits 2
p_cs_precedes 0
diff --git a/localedata/tst-fmon-locales/tstfmon_y01y10 b/localedata/tst-fmon-locales/tstfmon_y01y10
index fa3dffe..1e26360 100644
--- a/localedata/tst-fmon-locales/tstfmon_y01y10
+++ b/localedata/tst-fmon-locales/tstfmon_y01y10
@@ -1,5 +1,3 @@
-repertoiremap mnemonic.ds
-
# One of a set of test locales for strfmon()
# The six characters after the "_" in the locale name indicate
@@ -10,13 +8,13 @@ copy "POSIX"
END LC_CTYPE
LC_MONETARY
-int_curr_symbol "<U><S><D><SP>"
-currency_symbol "<DO>"
-mon_decimal_point "<.>"
-mon_thousands_sep "<,>"
+int_curr_symbol "<U0055><U0053><U0043><U0020>"
+currency_symbol "<U0024>"
+mon_decimal_point "<U002E>"
+mon_thousands_sep "<U002C>"
mon_grouping 3;3
-positive_sign "<+>"
-negative_sign "<->"
+positive_sign "<U002B>"
+negative_sign "<U002D>"
int_frac_digits 2
frac_digits 2
p_cs_precedes 1
diff --git a/localedata/tst-fmon-locales/tstfmon_y02n22 b/localedata/tst-fmon-locales/tstfmon_y02n22
index 9a1dd61..26c8158 100644
--- a/localedata/tst-fmon-locales/tstfmon_y02n22
+++ b/localedata/tst-fmon-locales/tstfmon_y02n22
@@ -1,5 +1,3 @@
-repertoiremap mnemonic.ds
-
# One of a set of test locales for strfmon()
# The six characters after the "_" in the locale name indicate
@@ -10,13 +8,13 @@ copy "POSIX"
END LC_CTYPE
LC_MONETARY
-int_curr_symbol "<U><S><D><SP>"
-currency_symbol "<DO>"
-mon_decimal_point "<.>"
-mon_thousands_sep "<,>"
+int_curr_symbol "<U0055><U0053><U0043><U0020>"
+currency_symbol "<U0024>"
+mon_decimal_point "<U002E>"
+mon_thousands_sep "<U002C>"
mon_grouping 3;3
positive_sign ""
-negative_sign "<O></><D>"
+negative_sign "<U004F><U002F><U0044>"
int_frac_digits 2
frac_digits 2
p_cs_precedes 1
diff --git a/localedata/tst-fmon-locales/tstfmon_y22n42 b/localedata/tst-fmon-locales/tstfmon_y22n42
index f12d533..37a2d49 100644
--- a/localedata/tst-fmon-locales/tstfmon_y22n42
+++ b/localedata/tst-fmon-locales/tstfmon_y22n42
@@ -1,5 +1,3 @@
-repertoiremap mnemonic.ds
-
# One of a set of test locales for strfmon()
# The six characters after the "_" in the locale name indicate
@@ -10,13 +8,13 @@ copy "POSIX"
END LC_CTYPE
LC_MONETARY
-int_curr_symbol "<U><S><D><SP>"
-currency_symbol "<DO>"
-mon_decimal_point "<.>"
-mon_thousands_sep "<,>"
+int_curr_symbol "<U0055><U0053><U0043><U0020>"
+currency_symbol "<U0024>"
+mon_decimal_point "<U002E>"
+mon_thousands_sep "<U002C>"
mon_grouping 3;3
-positive_sign "<+>"
-negative_sign "<->"
+positive_sign "<U002B>"
+negative_sign "<U002D>"
int_frac_digits 2
frac_digits 2
p_cs_precedes 1
diff --git a/localedata/tst-fmon-locales/tstfmon_y30y21 b/localedata/tst-fmon-locales/tstfmon_y30y21
index d777583..4b38c42 100644
--- a/localedata/tst-fmon-locales/tstfmon_y30y21
+++ b/localedata/tst-fmon-locales/tstfmon_y30y21
@@ -1,5 +1,3 @@
-repertoiremap mnemonic.ds
-
# One of a set of test locales for strfmon()
# The six characters after the "_" in the locale name indicate
@@ -10,13 +8,13 @@ copy "POSIX"
END LC_CTYPE
LC_MONETARY
-int_curr_symbol "<U><S><D><SP>"
-currency_symbol "<DO>"
-mon_decimal_point "<.>"
-mon_thousands_sep "<,>"
+int_curr_symbol "<U0055><U0053><U0043><U0020>"
+currency_symbol "<U0024>"
+mon_decimal_point "<U002E>"
+mon_thousands_sep "<U002C>"
mon_grouping 3;3
-positive_sign "<+>"
-negative_sign "<->"
+positive_sign "<U002B>"
+negative_sign "<U002D>"
int_frac_digits 2
frac_digits 2
p_cs_precedes 1
diff --git a/localedata/tst-fmon-locales/tstfmon_y32n31 b/localedata/tst-fmon-locales/tstfmon_y32n31
index 093341c..7c54154 100644
--- a/localedata/tst-fmon-locales/tstfmon_y32n31
+++ b/localedata/tst-fmon-locales/tstfmon_y32n31
@@ -1,5 +1,3 @@
-repertoiremap mnemonic.ds
-
# One of a set of test locales for strfmon()
# The six characters after the "_" in the locale name indicate
@@ -10,13 +8,13 @@ copy "POSIX"
END LC_CTYPE
LC_MONETARY
-int_curr_symbol "<U><S><D><SP>"
-currency_symbol "<DO>"
-mon_decimal_point "<.>"
-mon_thousands_sep "<,>"
+int_curr_symbol "<U0055><U0053><U0043><U0020>"
+currency_symbol "<U0024>"
+mon_decimal_point "<U002E>"
+mon_thousands_sep "<U002C>"
mon_grouping 3;3
-positive_sign "<+>"
-negative_sign "<->"
+positive_sign "<U002B>"
+negative_sign "<U002D>"
int_frac_digits 2
frac_digits 2
p_cs_precedes 1
diff --git a/localedata/tst-fmon-locales/tstfmon_y40y00 b/localedata/tst-fmon-locales/tstfmon_y40y00
index 5e4cf12..664b20d 100644
--- a/localedata/tst-fmon-locales/tstfmon_y40y00
+++ b/localedata/tst-fmon-locales/tstfmon_y40y00
@@ -1,5 +1,3 @@
-repertoiremap mnemonic.ds
-
# One of a set of test locales for strfmon()
# The six characters after the "_" in the locale name indicate
@@ -10,13 +8,13 @@ copy "POSIX"
END LC_CTYPE
LC_MONETARY
-int_curr_symbol "<U><S><D><SP>"
-currency_symbol "<DO>"
-mon_decimal_point "<.>"
-mon_thousands_sep "<,>"
+int_curr_symbol "<U0055><U0053><U0043><U0020>"
+currency_symbol "<U0024>"
+mon_decimal_point "<U002E>"
+mon_thousands_sep "<U002C>"
mon_grouping 3;3
-positive_sign "<+>"
-negative_sign "<->"
+positive_sign "<U002B>"
+negative_sign "<U002D>"
int_frac_digits 2
frac_digits 2
p_cs_precedes 1
diff --git a/localedata/tst-fmon-locales/tstfmon_y42n21 b/localedata/tst-fmon-locales/tstfmon_y42n21
index 3dcf4a3..2a879e4 100644
--- a/localedata/tst-fmon-locales/tstfmon_y42n21
+++ b/localedata/tst-fmon-locales/tstfmon_y42n21
@@ -1,5 +1,3 @@
-repertoiremap mnemonic.ds
-
# One of a set of test locales for strfmon()
# The six characters after the "_" in the locale name indicate
@@ -10,13 +8,13 @@ copy "POSIX"
END LC_CTYPE
LC_MONETARY
-int_curr_symbol "<U><S><D><SP>"
-currency_symbol "<DO>"
-mon_decimal_point "<.>"
-mon_thousands_sep "<,>"
+int_curr_symbol "<U0055><U0053><U0043><U0020>"
+currency_symbol "<U0024>"
+mon_decimal_point "<U002E>"
+mon_thousands_sep "<U002C>"
mon_grouping 3;3
-positive_sign "<+>"
-negative_sign "<->"
+positive_sign "<U002B>"
+negative_sign "<U002D>"
int_frac_digits 2
frac_digits 2
p_cs_precedes 1