Juerd / ESP-WiFiSettings

WiFi Manager for the ESP32 Arduino environment
Other
166 stars 34 forks source link

Handle unicode characters in html entities #15

Closed Kreisverkehr closed 3 years ago

Kreisverkehr commented 3 years ago

Hi Juerd,

as promised i've created a new pullrequest for proper handeling of unicode characters. I followed your approach of leaving everything above 0x7F unencoded. I've also tested some unicode specific control characters but they either break the string completely or show some other weired artifacts regardless of beeing encoded or not. I think these should be handled by the caller.

Let me know what you think.

Juerd commented 3 years ago

Thanks!