Hi.
Cyryllic strings are not rendered correctly in ionic app. I have it in both html and javascript files and as a result each letter is shown as “?”.
Thanks
Hi.
Cyryllic strings are not rendered correctly in ionic app. I have it in both html and javascript files and as a result each letter is shown as “?”.
Thanks
Have you encoded your files in UTF-8?
Check your editor’s settings.
The solution is to save files in Unicode UTF-8 to filesystem. Thanks @gmarziou