Non english characters

I have my PHP app on local server and it runs without any problem. When compile it to exe it stil runs as it should except I have problems with some characters that we have in slovenian language. I know it is code page error just do not know where to set it… Please advise can not use ExeOutput if can not make it show č,š and ž correctly.

Thanks in advance, Alex

If you set the correct character encoding in your HTML code, the Chromum engine will render it correctly.
The best is to also encode your characters with UTF-8.
ExeOutput itself generates Unicode apps, so all characters are accepted in configuration settings for instance the app’s title.