Opened 8 years ago

Last modified 7 years ago

#358 new defect

iconv_open()

Reported by: Silvan Scherrer Owned by:
Priority: high Milestone: new
Component: libc Version: 0.6.6
Severity: normal Keywords:
Cc:

Description

iconv_open() does not work, when after the codepage some more info gets passed. Like IGNORE

Change History (1)

comment:1 Changed 7 years ago by dmik

Suffixes like //TRANSLIT and //IGNORE are GNU libiconv extensions while iconv_open() uses OS/2 native Unicode functions (UniCreateUconvObject? and friends). Unfortunately, these functions don't provide functionality assumed by //TRANSLIT (transliterate characters missing in the target code page by approximating them with similarly looking ones) and //IGNORE (silently discard missing characters). So in order to have this functionality one has to port GNI libiconv to OS/2 (if not already done).

Note: See TracTickets for help on using tickets.