Hello,
I'm using BezierSQLib to retrieve data from a database and I get encoding errors.
The encoding format in the database is "utf8_general_ci".
I store strings like HlavÃ¡Ä and it is normaly display like this Hlaváč inside a html page.
However in my sketch it appears like this HlaváÄ?
Do you know how I can solve this problem ?