Illegal Character error: '\u200b'

后端 未结 2 1916
遇见更好的自我
遇见更好的自我 2020-12-01 16:33

I\'m making an Asteroid Field for an Asteroid Game in my Object Oriented Programming class and I am receiving an illegal character error: \'\\u200b\'. The issue seems to be

2条回答
  •  孤城傲影
    2020-12-01 16:35

    \u200b is a "zero-width-space" in Unicode.

    You should delete line 12 (the blank line), save the file, re-add the blank line and save again. using a simple text editor.

    If that doesn't fix it delete lines 11 and 13 as well and recreate them.

提交回复
热议问题