-
Notifications
You must be signed in to change notification settings - Fork 19
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
Character escape sequences don't work in ALF files #223
Comments
Looking at some Trotsky levels in my recent |
I have confirmed that doubling up the quote works, as that is how quotes are escaped in Avarascript strings. Whether or not that is acceptable in ALF is up for debate, but I'm fine with leaving it for now. Thoughts, @assertivist or @tra? |
I remember seeing in the Avara manual that doubled-up quotes are turned into a single quote. Here's what the manual says:
I suppose we could make the HTML entity |
Right, theoretically we could support quote escaping however we want in ALF, so long as we convert it back into proper Avarascript at load time...but I'm not sure that it's worth it. Such an approach would make quote escaping work differently in This issue was created because we thought getting double quotes in Avarascript strings was now impossible, but it turns out that wasn't the case--it's just accomplished in a way that is unintuitive for those coming from other languages. But I can live with that, particularly when making changes starts to feel like a solution in search of a problem. |
Should be able to use entities like
"
in strings likedescription
The text was updated successfully, but these errors were encountered: