Illegal Arrow : escape(strNotes)
: result -> "%1A"
This is the illegal Arrow : https://www.htmlsymbols.xyz/unicode/U+001A
I am not able to paste the strNotes but strNotes in system is replaced by an illegal arrow looking character which breaks the system.
Proper Arrow : escape('→')
: results -> "%u2192"
But if I use the above proper arrow
, it works well.
How to detect the Illegals arrow and special characters in Javascript and remove them from String?