MsCrmTools.WebResourcesManager icon indicating copy to clipboard operation
MsCrmTools.WebResourcesManager copied to clipboard

Garbage characters shown after update

Open keijiinoue opened this issue 7 years ago • 1 comments

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��おかきくけこさしすせそたちつてと"; }

keijiinoue avatar Dec 15 '17 03:12 keijiinoue

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

MscrmTools avatar Dec 15 '17 06:12 MscrmTools