MsCrmTools.WebResourcesManager
MsCrmTools.WebResourcesManager copied to clipboard
Garbage characters shown after update
Some of Japanese characters became garbage characters after update from Web Resource Manager like the followings:
-
JavaScript Web resource before update: function test(divName) { document.getElementById(divName).innerText = "あいうえおかきくけこさしすせそたちつてと"; }
-
JavaScript Web resource after update: function test(divName) { document.getElementById(divName).innerText = "あいぁE��おかきくけこさしすせそたちつてと"; }
Well, you must understand I’m not able to test my tools with non occidental alphabet as I don’t masterized them. If you are a developer, please download source code and help me to find what kind of encoding to use