Hi,
Salı 28 Şubat 2006 16:09 tarihinde, Nico Bdav şunları yazmıştı: 
> Description of problem:
> Using tr to translate accentuated characters to simple characters.
>
>
> Version-Release number of selected component (if applicable):
> rpm -qf /usr/bin/tr
> coreutils-5.2.1-48.1
>
> How reproducible:
> Everytime using tr with $LANG=fr_FR.UTF-8
>  echo "février"  |  tr "àçéèêëîïôöùüÂÇÉÈÊËÎÏÔÖÙÜ"
> "aceeeeiioouuACEEEEIIOOUU" fUevrier
>
>
> Steps to Reproduce:
> 1. Verify your locale for me it was LANG=fr_FR.UTF-8
> 2. Use tr as expected in the man page tr "àçéèêëîïôöùüÂÇÉÈÊËÎÏÔÖÙÜ"
> "aceeeeiioouuACEEEEIIOOUU"
> 3.
>
> Actual results:
>  echo "février"  |  tr "àçéèêëîïôöùüÂÇÉÈÊËÎÏÔÖÙÜ"
> "aceeeeiioouuACEEEEIIOOUU" fUevrier
>
>
> Expected results:
>  echo "février"  |  tr "àçéèêëîïôöùüÂÇÉÈÊËÎÏÔÖÙÜ"
> "aceeeeiioouuACEEEEIIOOUU" fevrier
>
> Here you will find bug-reports with screenshots:
>
> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=183334
> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=120933

This has been reported before and the solution is someone should write a 
correct utf8 patch for tr.

Regards,
ismail

-- 
An eye for eye will make the whole world blind -- Gandhi

Attachment: pgpLY1AVGvnfX.pgp
Description: PGP signature

_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to