This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix typos in LC_TELEPHONE in i18n locale


On 01 Nov 2015 09:53, Mike FABIAN wrote:
>     * locales/i18n: fix typos (tel_int_fmt "+%c +a +l" -> "+%c %a %l")

this looks correct

>  % This is the ISO/IEC 14652 "i18n" definition for
>  % the LC_TELEPHONE category.
>  %
> -tel_int_fmt    "<U002B><U0025><U0063><U0020><U002B><U0061><U0020><U002B>/
> +tel_int_fmt    "<U002B><U0025><U0063><U0020><U0025><U0061><U0020><U0025>/
>  <U006C>"

when i look up the spec, i find:
http://www.open-std.org/jtc1/SC22/WG20/docs/n972-14652ft.pdf

% "+%c %a%t%l"
tel_int_fmt "<U002B><U0025><U0063><U0020><U0025><U0061><U0025><U0074><U0025><U006C>"

any idea why it says to use %t but we use a space instead ?
-mike

Attachment: signature.asc
Description: Digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]