Ticket #11968 (closed defect: fixed)
findutils installs a ${prefix}/lib/charset.alias file, breaking the locales
| Reported by: | vinc17@… | Owned by: | pipping@… |
|---|---|---|---|
| Priority: | High | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | Cc: | vinc17@… pipping@… | |
| Port: |
Description
findutils installs a ${prefix}/lib/charset.alias file, whose effect is to regard any charset as UTF-8. The consequence is that when LC_CTYPE=en_US.ISO8859-1 and LC_MESSAGES=fr_FR.ISO8859-1 are used, messages (from any program) are displayed as if the encoding were UTF-8.
m4 had the same bug in the past (see bug #11474).
Change History
Note: See
TracTickets for help on using
tickets.


Fixed in r25219.