quote:
Originally posted by DarthCrap
All i did was copy the file as it was from C:\Program Files\Messenger Plus! Live\Scripts\MultipleToaster directory into a folder i created in My Documents, then I packaged it.....
Plus! will always create proper unicode files (thus with a BOF header). So something else must have changed the file.
quote:
Originally posted by DarthCrap
The ScriptInfo.xml file is written in ANSI, and so for that matter is the RandomGradient.js
I have sent the RandomGradient.plsc package to two of my m8s, who have installed it successfully, and even used it in conversations with me (Smilie)
That shouldn't be possible if you used the proper format for ScriptInfo.xml which should be unicode and thus the XML header of ScriptInfo.xml must be:
<?xml version="1.0" encoding="UTF-16"?>
not
<?xml version="1.0"?>
It will work atm (as long as your XML header reflects the way you saved the file), but it may also possible that in future updates it will not work anymore. Make it a habit to save in unicode.