Luca wrote: > I meant, just to be sure, what's to be added to see the entire list with > entries showed like the "locale -a" command but with the .utf8 .UTF-8 > correction? >
Now I managed something with a: "grep "$1/" SUPPORTED | cut -d" " -f1 | tr '/' ' '" but still doesn't show the list correctly: examples: zu_ZA.UTF-8 UTF-8 zu_ZA ISO-8859-1 it_IT.UTF-8 UTF-8 it_IT ISO-8859-1 [EMAIL PROTECTED] ISO-8859-15 etc... while I want it to output like: zu_ZA.UTF-8 zu_ZA.ISO-8859-1 it_IT.UTF-8 it_IT.ISO-8859-1 [EMAIL PROTECTED] etc... Thanks in advance, Luca -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page