I try to develop my own ini file but in the index page there is encoded cyrilic characters.
Thay look like this:
\u041d\u0430 \u0438\u0441\u0442\u0430 \u0441\u0442\u0440\u0430\u043d\u0430
Anybody knows how to read this in proper way.
I try to develop my own ini file but in the index page there is encoded cyrilic characters.
Thay look like this:
\u041d\u0430 \u0438\u0441\u0442\u0430 \u0441\u0442\u0440\u0430\u043d\u0430
Anybody knows how to read this in proper way.
Brought to you by Jan van Straaten
Program Development - Jan van Straaten ------- Web design - Francis De Paemeleere
Supported by: servercare.nl
page 47 of documentation:
unidecode
element.modify {set|\u0061\u0062\u0063\u0064\u0065}
element.modify {cleanup(style=unidecode)}
result: abcde
thanks i'll take look
thanks that worked