I have a problem with JS HTML encoding When I use non latin characters in window.alert() I get nonsense If I use it in document html like ᄋ 弫 ᄋ ᄋ and so on then it is shown ok but when I put the same code encoding into the alert() box I get these ᄋ 弫 ᄋ ᄋ but not non latin text How to fix it? What are the possibilities?