Windows 10, VS Code with PlatformIO, compiling for ESP32
The source code is encoded with Windows-1252 as I use the ANSI character set of all 256 8 bit characters needed for a font to a TFT display. Using UTF-8 will corrupt the output totally.
In platformio.ini:
build_flags = -fexec-charset=windows-1252 -finput-charset=windows-1252
results in this error when compiling:
cc1plus.exe: error: no iconv implementation, cannot convert from windows-1252 to UTF-8
The iconv package: LibIconv for Windows
is installed and iconv.exe is in the path
What is missing here?
Using ANSI character encoding
Who is online
Users browsing this forum: Bing [Bot], Majestic-12 [Bot], Manoel, nopnop2002 and 53 guests