You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to make this project to render on e-paper data with char set Central European Windows-1250 (CP1250) instead Western European Windows-1252 (CP1252)?
Hello @lmarzen.
I assembled the weather station according to Your project - it is great, i love it.
I have prepare pl_PL locale translation file (polish).
But i have a problem with polish diacritics signs like
ąęłńżźćóĄĘŁŃŻŹĆÓ
.Can You explain hot to make them properly into .inc file?
According to used examples in project i have assumed, that i need go to Extended ASCII Table for Windows-1250
https://www.ascii-code.com/CP1250
Find my character in table, check its
OCT
number and replace it in preparedlocale_pl_PL.inc
locale file giving the prefix\
at the beginning.So e.g.
So for e.g.
Wschód słońca
i have preprare
Wsch\363d s\263o\361ca
or
Wilgotność
as
"Wilgotno\234\346"
The translation is used properly, but diacritic signs is not displayed properly.
and on e-paper i have
I an using
#define FONT_HEADER "fonts/FreeSans.h"
in config.Can You help me and explain what i have did wrong?
Is this a problem with my interpretation of usin
OCT
number ?Ir maybe it is an issue with font (some letters are displayed properly?
I attach copy om by translation file (in txt).
locale_pl_PL.txt
When I finish working on it i want to prepare Pull Request with it to contribute this project.
The text was updated successfully, but these errors were encountered: