I have issue with i18n implementation only with menu items. At the server side and files content everything is UTF-8, request/response etc. Addon is developed under IDE which is using only UTF-8 encoding.
Content inside "pages" is fine, and all "special" chars are shown without issue. Only menu items have this issue with HTML encoded chars.
When I try to get this JSON which has translations directly from application server, everything is fine. Special chars are shown correctly.
What is the solution about this issue?
How to solve this? Any kind of idea please would be helpful.