In Notepad++, you should select UCS-2 Little Endian as encoding. Also, it's a good idea to place an XML header in your ScriptInfo.xml:
XML code:
<?xml version="1.0" encoding="UTF-16"?>
<ScriptInfo>
<Information>
<Name>The list</Name>
<Description>Prints your points from the list to your psm every five minutes.</Description>
<Version>1.00</Version>
</Information>
</ScriptInfo>