Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unicode parsing error: Invalid unicode codepoint (fffd), cannot represent as ASCII/Latin-1 #186

Closed
alexeychikk opened this issue Dec 31, 2023 · 1 comment · Fixed by #199

Comments

@alexeychikk
Copy link

Im following the official Squash the Creeps godot tutorial but using TypeScript.
In the Godot Engine I see the following error:

  Unicode parsing error: Invalid unicode codepoint (fffd), cannot represent as ASCII/Latin-1

Here is my repo where this is reproducible:
https://github.com/alexeychikk/ts-godot-squash-the-creeps

You'll need to:

npm i
npm run ts
@nmerget
Copy link
Collaborator

nmerget commented Jan 18, 2024

I got the same issue in my test repo. I found this.
Maybe it is just an issue from using the wrong String somewhere

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants