Opened 18 years ago
Closed 17 years ago
#10868 closed defect (fixed)
"port info" outputs description in UTF-8 instead of locale encoding
Reported by: | vinc17@… | Owned by: | darwinports-bugs@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | |
Keywords: | Cc: | vinc17@… kballard (Lily Ballard) | |
Port: |
Description
According to the portfile(7) man page, a Portfile is encoded in UTF-8. I've proposed one here: https://svn.macosforge.org/projects/macports/ticket/10867 (XMLittré).
But "port info" outputs the description in UTF-8, whereas it should use the locale encoding.
Change History (1)
comment:1 Changed 17 years ago by kballard (Lily Ballard)
Cc: | vinc17@… added; vinc17@… removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The problem was that macports was stupid about encodings. r25975 fixes this issue as a side-effect of fixing encodings in general.