Opened 18 years ago
Closed 18 years ago
#11245 closed enhancement (fixed)
RFE: MacPorts' iconv should support additional encoding like UTF-8-MAC, Shift_JISX0213, etc.
Reported by: | tatyana@… | Owned by: | mij@… |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | 1.3.2 |
Keywords: | Cc: | takanori@… mij@… | |
Port: |
Description
Apple's iconv (/usr/bin/iconv) supports below encoding.
European languages
CP{437,737,775,852,853,855,857,858,860,861,863,865,869,1125}
Semitic languages
CP864
Japanese
EUC-JISX0213, Shift_JISX0213, ISO-2022-JP-3
Chinese
BIG5-2003 (experimental)
Turkmen
TDS565
Platform specifics
ATARIST, RISCOS-LATIN1
Unicode
UTF-8-MAC
I think MacPorts' iconv (/opt/local/bin/iconv) also should support these encode. (Personally I have needs to use UTF-8-MAC and Shift_JISX0213.)
Attachments (1)
Change History (3)
Changed 18 years ago by tatyana@…
Attachment: | libiconv.diff added |
---|
comment:1 Changed 18 years ago by takanori@…
Cc: | takanori@… added; takanori@… removed |
---|
comment:2 Changed 18 years ago by takanori@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
No response from Jim - committed in r21556.
Note: See
TracTickets for help on using
tickets.
Jim, can I commit this patch?