You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an alternative, you can use the JS API instead of the CLI, since that gives you full control over the string and therefore you control the encoding. Sorry for the bug!
Hi,
I hava a js file which contains the following line:
var char = '×××××××'
After I use optimize-js then I received the following result:
var char = '´┐Ż´┐Ż´┐Ż´┐Ż´┐Ż´┐Ż´┐Ż'
I am using the following powershell script:
Example.zip
The text was updated successfully, but these errors were encountered: