From c9eb73d902993446cdacd200cd11427a861c06ce Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 14 Oct 2007 20:51:58 +0000 Subject: [BZ #4098] 2007-10-14 Ulrich Drepper [BZ #4098] * locales/pl_PL: Change abmon, abday, and d_fmt according to results of vote. --- localedata/ChangeLog | 6 ++++++ localedata/locales/pl_PL | 38 ++++++++++++++++++-------------------- localedata/show-ucs-data.c | 7 +++++++ 3 files changed, 31 insertions(+), 20 deletions(-) diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 934f5d4ee4..784f71d1b4 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,9 @@ +2007-10-14 Ulrich Drepper + + [BZ #4098] + * locales/pl_PL: Change abmon, abday, and d_fmt according to + results of vote. + 2007-10-10 Ulrich Drepper * locales/iso14651_t1_common: If DIACRIT_FORWARD is defined, define diff --git a/localedata/locales/pl_PL b/localedata/locales/pl_PL index 2f17b364f4..0527eee519 100644 --- a/localedata/locales/pl_PL +++ b/localedata/locales/pl_PL @@ -2150,13 +2150,17 @@ grouping 0;0 END LC_NUMERIC LC_TIME -abday "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +% The abday, abmon, and d_fmt information has been changed (back) to match +% the preference expressed in the poll organized to get some concensus. +% The results were not entirely clear on all easpects but the choices +% here seem to have the most support. For more details: +% +% https://bugzilla.redhat.com/show_bug.cgi?id=242296 +% +abday "";"";/ + "";"";/ + "";"";/ + "" day "";/ "";/ "";/ @@ -2164,18 +2168,12 @@ day "";/ "";/ "";/ "" -abmon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +abmon "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"" mon "";/ "";/ "";/ @@ -2191,7 +2189,7 @@ mon "";/ d_t_fmt "/ / " -d_fmt "" +d_fmt "" t_fmt "" am_pm "";"" t_fmt_ampm "" diff --git a/localedata/show-ucs-data.c b/localedata/show-ucs-data.c index 9992ece427..85d2659741 100644 --- a/localedata/show-ucs-data.c +++ b/localedata/show-ucs-data.c @@ -10,6 +10,13 @@ main (int argc, char *argv[]) char *line = NULL; size_t len = 0; + if (argc == 1) + { + static char *new_argv[] = { NULL, (char *) "/dev/stdin", NULL }; + argv = new_argv; + argc = 2; + } + for (n = 1; n < argc; ++n) { FILE *fp = fopen (argv[n], "r"); -- cgit v1.2.3