commit 46562b91378e2cc20bf2fda98b91b89d7ccc14a2 Author: Claude Paroz Date: Thu Nov 2 15:10:42 2017 +0100 Replaced unicode sequences in the ASCII printable range [BZ #22387] * Improved readibility by replacing sequences in the ASCII printable range by their ASCII character equivalents. diff --git a/localedata/locales/POSIX b/localedata/locales/POSIX index 8c151c81f4..a8f7e35a07 100644 --- a/localedata/locales/POSIX +++ b/localedata/locales/POSIX @@ -34,18 +34,11 @@ LC_CTYPE % "print" is by default "alnum", "punct" and the character % "graph" is by default "alnum" and "punct" % -upper ;;;;;;;;/ - ;;;;;;;;/ - ;;;;;;;;/ - ; +upper A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;W;X;Y;Z % -lower ;;;;;;;;/ - ;;;;;;;;/ - ;;;;;;;;/ - ; +lower a;b;c;d;e;f;g;h;i;j;k;l;m;n;o;p;q;r;s;t;u;v;w;x;y;z % -digit ;;;;;/ - ;;;; +digit 0;1;2;3;4;5;6;7;8;9 % space ;;;;/ ; @@ -57,41 +50,19 @@ cntrl ;;;;;/ ;;;;;;;;/ ; % -punct ;;;/ - ;;;;/ - ;;;/ - ;;;;;/ - ;;;;/ - ;;;/ - ;;;/ - ;;;/ - ;;; +punct !;";#;$;%;&;';(;);*;+;,;-;.;;:;;;<;=;>;?;@;[;\;];^;_;`;{;|;};~ % -xdigit ;;;;;;;;/ - ;;;;;;;;/ - ;;;;; +xdigit 0;1;2;3;4;5;6;7;8;9;A;B;C;D;E;F;a;b;c;d;e;f % blank ; % -tolower (,);(,);(,);/ - (,);(,);(,);/ - (,);(,);(,);/ - (,);(,);(,);/ - (,);(,);(,);/ - (,);(,);(,);/ - (,);(,);(,);/ - (,);(,);(,);/ - (,);(,) -% -toupper (,);(,);(,);/ - (,);(,);(,);/ - (,);(,);(,);/ - (,);(,);(,);/ - (,);(,);(,);/ - (,);(,);(,);/ - (,);(,);(,);/ - (,);(,);(,);/ - (,);(,) +tolower (A,a);(B,b);(C,c);(D,d);(E,e);(F,f);(G,g);(H,h);(I,i);(J,j);(K,k);/ + (L,l);(M,m);(N,n);(O,o);(P,p);(Q,q);(R,r);(S,s);(T,t);(U,u);(V,v);/ + (W,w);(X,x);(Y,y);(Z,z) +% +toupper (a,A);(b,B);(c,C);(d,D);(e,E);(f,F);(g,G);(h,H);(i,I);(j,J);(k,K);/ + (l,L);(m,M);(n,N);(o,O);(p,P);(q,Q);(r,R);(s,S);(t,T);(u,U);(v,V);/ + (w,W);(x,X);(y,Y);(z,Z) END LC_CTYPE LC_COLLATE @@ -131,100 +102,100 @@ order_start forward - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +! +" +# +$ +% +& +' +( +) +* ++ +, +- +. +/ +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +: +; +< += +> +? +@ +A +B +C +D +E +F +G +H +I +J +K +L +M +N +O +P +Q +R +S +T +U +V +W +X +Y +Z +[ +\ +] +^ +_ +` +a +b +c +d +e +f +g +h +i +j +k +l +m +n +o +p +q +r +s +t +u +v +w +x +y +z +{ +| +} +~ UNDEFINED order_end @@ -237,7 +208,7 @@ LC_MONETARY % int_curr_symbol "" currency_symbol "" -mon_decimal_point "" +mon_decimal_point "." mon_thousands_sep "" mon_grouping -1 positive_sign "" @@ -257,7 +228,7 @@ LC_NUMERIC % This is the POSIX Locale definition for % the LC_NUMERIC category. % -decimal_point "" +decimal_point "." thousands_sep "" grouping -1 % @@ -268,74 +239,62 @@ LC_TIME % the LC_TIME category. % % Abbreviated weekday names (%s) -abday "";"";/ - "";"";/ - "";"";/ - "" +abday "Sun";"Mon";"Tue";"Wed";"Thu";"Fri";"Sat" % % Full weekday names (%A) -day "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +day "Sunday";/ + "Monday";/ + "Tuesday";/ + "Wednesday";/ + "Thursday";/ + "Friday";/ + "Saturday" % % Abbreviated month names (%b) -abmon "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"" +abmon "Jan";"Feb";"Mar";"Apr";"May";"Jun";"Jul";"Aug";"Sep";"Oct";"Nov";"Dec" % % Full month names (%B) -mon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" -% -% Equivalent of AM/PM (%p) "AM"/"PM" -am_pm "";"" +mon "January";/ + "February";/ + "March";/ + "April";/ + "May";/ + "June";/ + "July";/ + "August";/ + "September";/ + "October";/ + "November";/ + "December" +% +% Equivalent of AM/PM (%p) +am_pm "AM";"PM" % % Appropriate date and time representation (%c) -% "%a %b %e %H:%M:%S %Y" -d_t_fmt "/ -/ -" +d_t_fmt "%a %b %e %H:%M:%S %Y" % -% Appropriate date representation (%x) "%m/%d/%y" -d_fmt "" +% Appropriate date representation (%x) +d_fmt "%m/%d/%y" % -% Appropriate time representation (%X) "%H:%M:%S" -t_fmt "" +% Appropriate time representation (%X) +t_fmt "%H:%M:%S" % -% Appropriate 12 h time representation (%r) "%I:%M:%S %p" -t_fmt_ampm "/ -" +% Appropriate 12 h time representation (%r) +t_fmt_ampm "%I:%M:%S %p" % -% Appropriate date representation (date(1)) "%a %b %e %H:%M:%S %Z %Y" -date_fmt "" +% Appropriate date representation (date(1)) +date_fmt "%a %b %e %H:%M:%S %Z %Y" END LC_TIME LC_MESSAGES % This is the POSIX Locale definition for % the LC_NUMERIC category. % -yesexpr "" +yesexpr "^[yY]" % -noexpr "" +noexpr "^[nN]" % -yesstr "" +yesstr "Yes" % -nostr "" +nostr "No" END LC_MESSAGES diff --git a/localedata/locales/aa_DJ b/localedata/locales/aa_DJ index 9d9e6f030d..fcb9af8abc 100644 --- a/localedata/locales/aa_DJ +++ b/localedata/locales/aa_DJ @@ -85,13 +85,13 @@ END LC_MEASUREMENT LC_MONETARY % -int_curr_symbol "" -currency_symbol "" -mon_decimal_point "" +int_curr_symbol "DJF " +currency_symbol "Fdj" +mon_decimal_point "." mon_thousands_sep "" mon_grouping 3;3 positive_sign "" -negative_sign "" +negative_sign "-" int_frac_digits 2 frac_digits 2 p_cs_precedes 1 @@ -108,7 +108,7 @@ LC_NUMERIC % % This is the POSIX Locale definition for the LC_NUMERIC category. % -decimal_point "" +decimal_point "." thousands_sep "" grouping 0;0 % @@ -124,11 +124,10 @@ LC_TELEPHONE % % This is the ISO_IEC TR14652 Locale definition for the LC_TELEPHONE category. % -tel_dom_fmt "" -tel_int_fmt "/ -" -int_prefix "" -int_select "" +tel_dom_fmt "%a-%l" +tel_int_fmt "+%c %a %l" +int_prefix "253" +int_select "00" % END LC_TELEPHONE @@ -143,22 +142,18 @@ LC_ADDRESS % % This is the ISO_IEC TR14652 Locale definition for the LC_ADDRESS category. % -postal_fmt "/ -" -country_name "" -country_post "" -country_ab2 "" -country_ab3 "" +postal_fmt "%z%c%T%s%b%e%r" +country_name "Yabuuti" +country_post "DJI" +country_ab2 "DJ" +country_ab3 "DJI" country_num 262 -country_car "" +country_car "DJI" % country_isbn unknown, Need ISO 2108 -lang_name "" -% aa -lang_ab "" -% aar -lang_term "" -% aar -lang_lib "" +lang_name "Qafar" +lang_ab "aa" +lang_term "aar" +lang_lib "aar" % END LC_ADDRESS @@ -172,12 +167,11 @@ LC_NAME % % This is the ISO_IEC TR14652 Locale definition for the LC_NAME category. % -name_fmt "/ -" +name_fmt "%d%t%g%t%m%t%f" name_gen "" -name_mr "" -name_mrs "" -name_miss "" +name_mr "Toobokoyta" +name_mrs "Gisti" +name_miss "Maqanxa" name_ms "" % END LC_NAME @@ -187,85 +181,55 @@ LC_TIME % % Abbreviated weekday names (%a) % -abday "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +abday "aca";"etl";"tal";"arb";"kam";"gum";"sab" % % Full weekday names (%A) % -day "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +day "Acaada";/ + "Etleeni";/ + "Talaata";/ + "Arbaqa";/ + "Kamiisi";/ + "Gumqata";/ + "Sabti" % % Abbreviated month names (%b) % -abmon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +abmon "qun";"nah";"cig";"agd";"cax";"qas";"qad";"leq";"way";"dit";"xim";"kax" % % Full month names (%B) % -mon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +mon "Qunxa Garablu";/ + "Kudo";/ + "Ciggilta Kudo";/ + "Agda Baxisso";/ + "Caxah Alsa";/ + "Qasa Dirri";/ + "Qado Dirri";/ + "Liiqen";/ + "Waysu";/ + "Diteli";/ + "Ximoli";/ + "Kaxxa Garablu" % % Equivalent of AM PM % -am_pm "";/ - "" +am_pm "saaku";"carra" % % Appropriate date representation (%x) -% "%d.%m.%Y" -% -d_fmt "" +d_fmt "%d.%m.%Y" % % Appropriate time representation (%X) -% "%H:%M:%S" -% -t_fmt "" +t_fmt "%l:%M:%S" % % Appropriate AM/PM time representation (%r) -% "%X %p" -% -t_fmt_ampm "" +t_fmt_ampm "%X %p" % % Appropriate date and time representation (%c) -% "%a %d %b %Y %r %Z -% -d_t_fmt "/ -" +d_t_fmt "%a %d %b %Y %r %Z" % % Appropriate date representation (date(1)) -% "%a %b %e %r %Z %Y" -% -date_fmt "/ -" +date_fmt "%a %b %e %r %Z %Y" % week 7;19971130;1 first_weekday 7 diff --git a/localedata/locales/aa_ER b/localedata/locales/aa_ER index 002c41d9a7..f303cfd3e1 100644 --- a/localedata/locales/aa_ER +++ b/localedata/locales/aa_ER @@ -105,23 +105,18 @@ LC_ADDRESS % % This is the ISO_IEC TR14652 Locale definition for the LC_ADDRESS category. % -postal_fmt "/ -" -country_name "" -country_post "" -country_ab2 "" -country_ab3 "" +postal_fmt "%z%c%T%s%b%e%r" +country_name "Eretria" +country_post "ERI" +country_ab2 "ER" +country_ab3 "ERI" country_num 232 -% ER -country_car "" +country_car "ER" % country_isbn unknown, Need ISO 2108 -lang_name "" -% aa -lang_ab "" -% aar -lang_term "" -% aar -lang_lib "" +lang_name "Qafar" +lang_ab "aa" +lang_term "aar" +lang_lib "aar" % END LC_ADDRESS @@ -135,12 +130,11 @@ LC_NAME % % This is the ISO_IEC TR14652 Locale definition for the LC_NAME category. % -name_fmt "/ -" +name_fmt "%d%t%g%t%m%t%f" name_gen "" -name_mr "" -name_mrs "" -name_miss "" +name_mr "Toobokoyta" +name_mrs "Gisti" +name_miss "Maqanxa" name_ms "" % END LC_NAME @@ -150,85 +144,66 @@ LC_TIME % % Abbreviated weekday names (%a) % -abday "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +abday "Aca";"Etl";"Tal";"Arb";"Kam";"Gum";"Sab" % % Full weekday names (%A) % -day "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +day "Acaada";/ + "Etleeni";/ + "Talaata";/ + "Arbaqa";/ + "Kamiisi";/ + "Gumqata";/ + "Sabti" % % Abbreviated month names (%b) % -abmon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +abmon "Qun";/ + "Nah";/ + "Cig";/ + "Agd";/ + "Cax";/ + "Qas";/ + "Qad";/ + "Leq";/ + "Way";/ + "Dit";/ + "Xim";/ + "Kax" % % Full month names (%B) % -mon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +mon "Qunxa Garablu";/ + "Naharsi Kudo";/ + "Ciggilta Kudo";/ + "Agda Baxisso";/ + "Caxah Alsa";/ + "Qasa Dirri";/ + "Qado Dirri";/ + "Leqeeni";/ + "Waysu";/ + "Diteli";/ + "Ximoli";/ + "Kaxxa Garablu" % % Equivalent of AM PM % -am_pm "";/ - "" +am_pm "saaku";"carra" % % Appropriate date representation (%x) -% "%d/%m/%Y" -% -d_fmt "" +d_fmt "%d/%m/%Y" % % Appropriate time representation (%X) -% "%l:%M:%S" -% -t_fmt "" +t_fmt "%l:%M:%S" % % Appropriate AM/PM time representation (%r) -% "%X %p" -% -t_fmt_ampm "" +t_fmt_ampm "%X %p" % % Appropriate date and time representation (%c) -% "%A, %B %e, %Y %r %Z -% -d_t_fmt "/ -" +d_t_fmt "%A, %B %e, %Y %r %Z" % % Appropriate date representation (date(1)) -% "%A, %b %e, %r %Z %Y" -% -date_fmt "/ -" +date_fmt "%A, %B %e, %r %Z %Y" % week 7;19971130;1 first_weekday 2 diff --git a/localedata/locales/aa_ER@saaho b/localedata/locales/aa_ER@saaho index 18946d52c2..4a56ddc9d5 100644 --- a/localedata/locales/aa_ER@saaho +++ b/localedata/locales/aa_ER@saaho @@ -115,12 +115,11 @@ LC_NAME % % This is the ISO_IEC TR14652 Locale definition for the LC_NAME category. % -name_fmt "/ -" +name_fmt "%d%t%g%t%m%t%f" name_gen "" -name_mr "" -name_mrs "" -name_miss "" +name_mr "Saqal" +name_mrs "Numa" +name_miss "Qunxa Awka" name_ms "" % END LC_NAME @@ -130,85 +129,66 @@ LC_TIME % % Abbreviated weekday names (%a) % -abday "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +abday "Nab";"San";"Sal";"Rab";"Cam";"Jum";"Qun" % % Full weekday names (%A) % -day "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +day "Naba Sambat";/ + "Sani";/ + "Salus";/ + "Rabuq";/ + "Camus";/ + "Jumqata";/ + "Qunxa Sambat" % % Abbreviated month names (%b) % -abmon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +abmon "Qun";/ + "Nah";/ + "Cig";/ + "Agd";/ + "Cax";/ + "Qas";/ + "Qad";/ + "Leq";/ + "Way";/ + "Dit";/ + "Xim";/ + "Kax" % % Full month names (%B) % -mon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +mon "Qunxa Garablu";/ + "Naharsi Kudo";/ + "Ciggilta Kudo";/ + "Agda Baxisso";/ + "Caxah Alsa";/ + "Qasa Dirri";/ + "Qado Dirri";/ + "Leqeeni";/ + "Waysu";/ + "Diteli";/ + "Ximoli";/ + "Kaxxa Garablu" % % Equivalent of AM PM % -am_pm "";/ - "" +am_pm "saaku";"carra" % % Appropriate date representation (%x) -% "%d/%m/%Y" -% -d_fmt "" +d_fmt "%d/%m/%Y" % % Appropriate time representation (%X) -% "%l:%M:%S" -% -t_fmt "" +t_fmt "%l:%M:%S" % % Appropriate AM/PM time representation (%r) -% "%X %p" -% -t_fmt_ampm "" +t_fmt_ampm "%X %p" % % Appropriate date and time representation (%c) -% "%A, %B %e, %Y %r %Z -% -d_t_fmt "/ -" +d_t_fmt "%A, %B %e, %Y %r %Z" % % Appropriate date representation (date(1)) -% "%A, %b %e, %r %Z %Y" -% -date_fmt "/ -" +date_fmt "%A, %B %e, %r %Z %Y" % week 7;19971130;1 first_weekday 2 diff --git a/localedata/locales/aa_ET b/localedata/locales/aa_ET index 15e3442998..a6de1e6bd4 100644 --- a/localedata/locales/aa_ET +++ b/localedata/locales/aa_ET @@ -105,24 +105,18 @@ LC_ADDRESS % % This is the ISO_IEC TR14652 Locale definition for the LC_ADDRESS category. % -postal_fmt "/ -" -country_name "" -country_post "" -country_ab2 "" -country_ab3 "" +postal_fmt "%z%c%T%s%b%e%r" +country_name "Otobbia" +country_post "ETH" +country_ab2 "ET" +country_ab3 "ETH" country_num 231 % 210 found in at least one ISO 3166 doc -% ETH -country_car "" +country_car "ETH" % country_isbn unknown, Need ISO 2108 -lang_name "" -% aa -lang_ab "" -% aar -lang_term "" -% aar -lang_lib "" -% +lang_name "Qafar" +lang_ab "aa" +lang_term "aar" +lang_lib "aar" END LC_ADDRESS @@ -138,12 +132,11 @@ LC_NAME % % This is the ISO_IEC TR14652 Locale definition for the LC_NAME category. % -name_fmt "/ -" +name_fmt "%d%t%g%t%m%t%f" name_gen "" -name_mr "" -name_mrs "" -name_miss "" +name_mr "Toobokoyta" +name_mrs "Gisti" +name_miss "Maqanxa" name_ms "" % END LC_NAME @@ -153,85 +146,66 @@ LC_TIME % % Abbreviated weekday names (%a) % -abday "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +abday "Aca";"Etl";"Tal";"Arb";"Kam";"Gum";"Sab" % % Full weekday names (%A) % -day "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +day "Acaada";/ + "Etleeni";/ + "Talaata";/ + "Arbaqa";/ + "Kamiisi";/ + "Gumqata";/ + "Sabti" % % Abbreviated month names (%b) % -abmon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +abmon "Qun";/ + "Kud";/ + "Cig";/ + "Agd";/ + "Cax";/ + "Qas";/ + "Qad";/ + "Leq";/ + "Way";/ + "Dit";/ + "Xim";/ + "Kax" % % Full month names (%B) % -mon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +mon "Qunxa Garablu";/ + "Kudo";/ + "Ciggilta Kudo";/ + "Agda Baxisso";/ + "Caxah Alsa";/ + "Qasa Dirri";/ + "Qado Dirri";/ + "Liiqen";/ + "Waysu";/ + "Diteli";/ + "Ximoli";/ + "Kaxxa Garablu" % % Equivalent of AM PM % -am_pm "";/ - "" +am_pm "saaku";"carra" % % Appropriate date representation (%x) -% "%d/%m/%Y" -% -d_fmt "" +d_fmt "%d/%m/%Y" % % Appropriate time representation (%X) -% "%l:%M:%S" -% -t_fmt "" +t_fmt "%l:%M:%S" % % Appropriate AM/PM time representation (%r) -% "%X %p" -% -t_fmt_ampm "" +t_fmt_ampm "%X %p" % % Appropriate date and time representation (%c) -% "%A, %B %e, %Y %r %Z -% -d_t_fmt "/ -" +d_t_fmt "%A, %B %e, %Y %r %Z" % % Appropriate date representation (date(1)) -% "%A, %b %e, %r %Z %Y" -% -date_fmt "/ -" +date_fmt "%A, %B %e, %r %Z %Y" % week 7;19971130;1 END LC_TIME