[patch] fix generation of gnu/lib-names.h in some locales

Mike Frysinger vapier@gentoo.org
Thu Jul 5 21:39:00 GMT 2007


the scripts/lib-names.awk file uses the toupper() function which in some 
locales (like tr_TR.UTF-8) can produce unwanted results (the capital of "i" 
in tr_TR is not "I").  the fix is to invoke this awk with LC_ALL=C.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 827 bytes
Desc: This is a digitally signed message part.
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20070705/114990bb/attachment.sig>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: glibc-awk-in-C-locale.patch
Type: text/x-diff
Size: 471 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20070705/114990bb/attachment.bin>


More information about the Libc-alpha mailing list