espressif / newlib-esp32

Version of newlib used in ESP32 ROM and ESP-IDF
GNU General Public License v2.0
31 stars 18 forks source link

How to use newlib's iconv on ESP32? #2

Open TridentTD opened 6 years ago

TridentTD commented 6 years ago

I want to use newlib's libiconv for converting utf8 to iso-8859-11. Is there any example to using iconv on Arduino-ESP32 or ESP-IDF?

Thank you.