[PATCH] Fix typos in LC_TELEPHONE in i18n locale
Mike Frysinger
vapier@gentoo.org
Tue Nov 3 02:24:00 GMT 2015
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20151103/f821abd6/attachment.sig>
More information about the Libc-alpha
mailing list