diff options
author | ache <ache@FreeBSD.org> | 2001-02-10 02:31:14 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-02-10 02:31:14 +0000 |
commit | a9173afcb1a99529e63339adf2a29a8c11fdfc6e (patch) | |
tree | bf019b6b36d6c64c7ae12d36f94a180f0dd91447 /share/numericdef | |
parent | a9c84e00da6824d43126b1e221e6e6e95cc276c8 (diff) | |
download | FreeBSD-src-a9173afcb1a99529e63339adf2a29a8c11fdfc6e.zip FreeBSD-src-a9173afcb1a99529e63339adf2a29a8c11fdfc6e.tar.gz |
Replace "3;3" with "3". This is cosmetique, all integer before \0 (i.e. \3)
repeated forever according to SUSv2
Remove "0;0" - \0 means not "no grouping" but repeat forever previous char,
and added automatically. Empty string could be parsed later into CHAR_MAX
(real "no grouping") by localeconv()
Diffstat (limited to 'share/numericdef')
21 files changed, 42 insertions, 42 deletions
diff --git a/share/numericdef/af_ZA.ISO8859-1.src b/share/numericdef/af_ZA.ISO8859-1.src index 20911c9..8e0c73b 100644 --- a/share/numericdef/af_ZA.ISO8859-1.src +++ b/share/numericdef/af_ZA.ISO8859-1.src @@ -7,6 +7,6 @@ , # thousands_sep . -# grouping -3;3 +# grouping, separated by ; +3 # EOF diff --git a/share/numericdef/af_ZA.ISO_8859-1.src b/share/numericdef/af_ZA.ISO_8859-1.src index 20911c9..8e0c73b 100644 --- a/share/numericdef/af_ZA.ISO_8859-1.src +++ b/share/numericdef/af_ZA.ISO_8859-1.src @@ -7,6 +7,6 @@ , # thousands_sep . -# grouping -3;3 +# grouping, separated by ; +3 # EOF diff --git a/share/numericdef/da_DK.ISO8859-1.src b/share/numericdef/da_DK.ISO8859-1.src index 20911c9..8e0c73b 100644 --- a/share/numericdef/da_DK.ISO8859-1.src +++ b/share/numericdef/da_DK.ISO8859-1.src @@ -7,6 +7,6 @@ , # thousands_sep . -# grouping -3;3 +# grouping, separated by ; +3 # EOF diff --git a/share/numericdef/da_DK.ISO_8859-1.src b/share/numericdef/da_DK.ISO_8859-1.src index 20911c9..8e0c73b 100644 --- a/share/numericdef/da_DK.ISO_8859-1.src +++ b/share/numericdef/da_DK.ISO_8859-1.src @@ -7,6 +7,6 @@ , # thousands_sep . -# grouping -3;3 +# grouping, separated by ; +3 # EOF diff --git a/share/numericdef/de_DE.ISO8859-1.src b/share/numericdef/de_DE.ISO8859-1.src index 77ab0aa..21af83e 100644 --- a/share/numericdef/de_DE.ISO8859-1.src +++ b/share/numericdef/de_DE.ISO8859-1.src @@ -7,6 +7,6 @@ , # thousands_sep -# grouping -0;0 +# grouping, separated by ; + # EOF diff --git a/share/numericdef/de_DE.ISO_8859-1.src b/share/numericdef/de_DE.ISO_8859-1.src index 77ab0aa..21af83e 100644 --- a/share/numericdef/de_DE.ISO_8859-1.src +++ b/share/numericdef/de_DE.ISO_8859-1.src @@ -7,6 +7,6 @@ , # thousands_sep -# grouping -0;0 +# grouping, separated by ; + # EOF diff --git a/share/numericdef/en_US.ISO8859-1.src b/share/numericdef/en_US.ISO8859-1.src index 3518c0e..b1e97f0 100644 --- a/share/numericdef/en_US.ISO8859-1.src +++ b/share/numericdef/en_US.ISO8859-1.src @@ -7,6 +7,6 @@ . # thousands_sep , -# grouping -3;3 +# grouping, separated by ; +3 # EOF diff --git a/share/numericdef/en_US.ISO_8859-1.src b/share/numericdef/en_US.ISO_8859-1.src index 3518c0e..b1e97f0 100644 --- a/share/numericdef/en_US.ISO_8859-1.src +++ b/share/numericdef/en_US.ISO_8859-1.src @@ -7,6 +7,6 @@ . # thousands_sep , -# grouping -3;3 +# grouping, separated by ; +3 # EOF diff --git a/share/numericdef/fi_FI.ISO8859-1.src b/share/numericdef/fi_FI.ISO8859-1.src index 20911c9..8e0c73b 100644 --- a/share/numericdef/fi_FI.ISO8859-1.src +++ b/share/numericdef/fi_FI.ISO8859-1.src @@ -7,6 +7,6 @@ , # thousands_sep . -# grouping -3;3 +# grouping, separated by ; +3 # EOF diff --git a/share/numericdef/fi_FI.ISO_8859-1.src b/share/numericdef/fi_FI.ISO_8859-1.src index 20911c9..8e0c73b 100644 --- a/share/numericdef/fi_FI.ISO_8859-1.src +++ b/share/numericdef/fi_FI.ISO_8859-1.src @@ -7,6 +7,6 @@ , # thousands_sep . -# grouping -3;3 +# grouping, separated by ; +3 # EOF diff --git a/share/numericdef/fr_FR.ISO8859-1.src b/share/numericdef/fr_FR.ISO8859-1.src index 77ab0aa..21af83e 100644 --- a/share/numericdef/fr_FR.ISO8859-1.src +++ b/share/numericdef/fr_FR.ISO8859-1.src @@ -7,6 +7,6 @@ , # thousands_sep -# grouping -0;0 +# grouping, separated by ; + # EOF diff --git a/share/numericdef/fr_FR.ISO_8859-1.src b/share/numericdef/fr_FR.ISO_8859-1.src index 77ab0aa..21af83e 100644 --- a/share/numericdef/fr_FR.ISO_8859-1.src +++ b/share/numericdef/fr_FR.ISO_8859-1.src @@ -7,6 +7,6 @@ , # thousands_sep -# grouping -0;0 +# grouping, separated by ; + # EOF diff --git a/share/numericdef/is_IS.ISO8859-1.src b/share/numericdef/is_IS.ISO8859-1.src index 6867781..fa7b9c7 100644 --- a/share/numericdef/is_IS.ISO8859-1.src +++ b/share/numericdef/is_IS.ISO8859-1.src @@ -7,6 +7,6 @@ , # thousands_sep -# grouping -3;3 +# grouping, separated by ; +3 # EOF diff --git a/share/numericdef/is_IS.ISO_8859-1.src b/share/numericdef/is_IS.ISO_8859-1.src index 6867781..fa7b9c7 100644 --- a/share/numericdef/is_IS.ISO_8859-1.src +++ b/share/numericdef/is_IS.ISO_8859-1.src @@ -7,6 +7,6 @@ , # thousands_sep -# grouping -3;3 +# grouping, separated by ; +3 # EOF diff --git a/share/numericdef/nl_NL.ISO8859-1.src b/share/numericdef/nl_NL.ISO8859-1.src index 77ab0aa..21af83e 100644 --- a/share/numericdef/nl_NL.ISO8859-1.src +++ b/share/numericdef/nl_NL.ISO8859-1.src @@ -7,6 +7,6 @@ , # thousands_sep -# grouping -0;0 +# grouping, separated by ; + # EOF diff --git a/share/numericdef/nl_NL.ISO_8859-1.src b/share/numericdef/nl_NL.ISO_8859-1.src index 77ab0aa..21af83e 100644 --- a/share/numericdef/nl_NL.ISO_8859-1.src +++ b/share/numericdef/nl_NL.ISO_8859-1.src @@ -7,6 +7,6 @@ , # thousands_sep -# grouping -0;0 +# grouping, separated by ; + # EOF diff --git a/share/numericdef/no_NO.ISO8859-1.src b/share/numericdef/no_NO.ISO8859-1.src index 20911c9..8e0c73b 100644 --- a/share/numericdef/no_NO.ISO8859-1.src +++ b/share/numericdef/no_NO.ISO8859-1.src @@ -7,6 +7,6 @@ , # thousands_sep . -# grouping -3;3 +# grouping, separated by ; +3 # EOF diff --git a/share/numericdef/no_NO.ISO_8859-1.src b/share/numericdef/no_NO.ISO_8859-1.src index 20911c9..8e0c73b 100644 --- a/share/numericdef/no_NO.ISO_8859-1.src +++ b/share/numericdef/no_NO.ISO_8859-1.src @@ -7,6 +7,6 @@ , # thousands_sep . -# grouping -3;3 +# grouping, separated by ; +3 # EOF diff --git a/share/numericdef/ru_RU.KOI8-R.src b/share/numericdef/ru_RU.KOI8-R.src index 6867781..fa7b9c7 100644 --- a/share/numericdef/ru_RU.KOI8-R.src +++ b/share/numericdef/ru_RU.KOI8-R.src @@ -7,6 +7,6 @@ , # thousands_sep -# grouping -3;3 +# grouping, separated by ; +3 # EOF diff --git a/share/numericdef/sv_SE.ISO8859-1.src b/share/numericdef/sv_SE.ISO8859-1.src index 72585ad..fa7b9c7 100644 --- a/share/numericdef/sv_SE.ISO8859-1.src +++ b/share/numericdef/sv_SE.ISO8859-1.src @@ -7,6 +7,6 @@ , # thousands_sep -# grouping -3;0 +# grouping, separated by ; +3 # EOF diff --git a/share/numericdef/sv_SE.ISO_8859-1.src b/share/numericdef/sv_SE.ISO_8859-1.src index 72585ad..fa7b9c7 100644 --- a/share/numericdef/sv_SE.ISO_8859-1.src +++ b/share/numericdef/sv_SE.ISO_8859-1.src @@ -7,6 +7,6 @@ , # thousands_sep -# grouping -3;0 +# grouping, separated by ; +3 # EOF |