I\'ve run into a super strange thing that apparently is IE-specific in toLocaleString on dates.
toLocaleString
In the IE console window:
new Date(\"201
Use
Str.replace(/[^ -~]/g,'')
This will remove unwanted special characters.