Feature #1182
openiconv should know about latinN aliases
0%
Description
It appears that GNU iconv has aliases for latinN mapping to ISO-8859-N, whereas we only have simple "8859", and "8859-N" aliases.
It would increase the compatibility with various 3rd party software if we also had the latinN aliases (and anything else that stood out as missing).
I'm not sure which side of the l10n mess this would be, so am filing against libiconv.
Related issues
Updated by Andrew Stormont almost 11 years ago
Implemented this requires updating /usr/lib/iconv/alias which comes from pkg:/system/library/iconv/utf-8 but that doesn't seem to be provided by illumos-gate.
Updated by Garrett D'Amore almost 11 years ago
Correct. That package comes from the g11n consolidation. In fact, I'd love to see this code reimplemented properly in illumos gate. We need geniconvtbl (which looks pretty straight forward) or pluggable modules. Then it would be easy to add the aliases.
Anyone who wants to work on this code should talk to me. I have a specific interest in seeing this work finished up.