Search found 1 match
- Sun Jan 19, 2025 12:43 pm
- Forum: ESP-IDF
- Topic: Using ANSI character encoding
- Replies: 0
- Views: 289
Using ANSI character encoding
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-1...