We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When export a project to html and you have text with characters in utf-8 like this:
add([ text('Algún día tendrá acentos'), pos(20, 20) ]);
In game canvas get this: Algún dÃa tendrá acentos
Adding <meta charset="UTF-8"> solves the problem.
<meta charset="UTF-8">
Would you add this tag to the export.
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When export a project to html and you have text with characters in utf-8 like this:
In game canvas get this: Algún dÃa tendrá acentos
Adding
<meta charset="UTF-8">
solves the problem.Would you add this tag to the export.
Thanks
The text was updated successfully, but these errors were encountered: