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

Non-breaking space used instead of space #36

Open
thiagola92 opened this issue Dec 21, 2023 · 1 comment
Open

Non-breaking space used instead of space #36

thiagola92 opened this issue Dec 21, 2023 · 1 comment

Comments

@thiagola92
Copy link
Contributor

thiagola92 commented Dec 21, 2023

Some spaces got replaced by non-breaking space, you can notice that listing is not being reproduce correctly:

https://dialogic-docs.coppolaemilio.com/variables.html#22-conditions
https://dialogic-docs.coppolaemilio.com/timeline-text-syntax.html#about-special-events
https://dialogic-docs.coppolaemilio.com/creating-extensions.html#7-custom-settings-pages

When editing with VScode you can see a dot where is space
image

I checked with python too
image

It seems to be replaced by the mistake in #34

@thiagola92 thiagola92 changed the title *Non-breaking space* used instead of *space* Non-breaking space used instead of space Dec 21, 2023
@hsandt
Copy link

hsandt commented May 8, 2024

Exactly, and when copying code snippets directly into GD scripts that causes an error:

Parse Error: Invalid white space character U+00A0.

(try with the very first code snippet in https://docs.dialogic.pro/getting-started#5-adding-the-dialog-to-your-game)

In this case we usually use tabs, so probably replace them with tab indents.

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

No branches or pull requests

2 participants