iconv_open is not exist....

Asked by bright_pan

iconv_t cd = iconv_open("UTF-8", "ISO-8859-1");

this function is not support? in newlib.

Question information

Language:
English Edit question
Status:
Solved
For:
GNU Arm Embedded Toolchain Edit question
Assignee:
No assignee Edit question
Solved by:
chengbin
Solved:
Last query:
Last reply:
Revision history for this message
Best chengbin (can-finner) said :
#1

iconv is supported in newlib, but it is disabled by default when configuring/building.

Thanks.

Revision history for this message
bright_pan (loststriker) said :
#2

Thanks chengbin, that solved my question.