You copied the program code using a tool (probably a web browser) that includes funky characters in the copied text. For instance. inextricable space.
One way to set these characters is:
- Go to http://www.asciitohex.com/
- Copy your code in the input field
- Click on convert
- Copy the paste text from the "HTML Entities" in the lower right corner.
- Delete All & nbsp; -s and other weird stuff from code
source
share