-
Notifications
You must be signed in to change notification settings - Fork 10
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
Discussion: Escape characters? #23
Comments
Could be done with backticks, like how powershell does escape characters: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_special_characters?view=powershell-7 |
The issue I have with the backtick is that on a non English keyboard layouts it is a bit cumbersome to type because for example French (Roman languages in general) and all Slavic languages use such characters like à á è and the backtick is typed with another character to form these type of characters. To get a single backtick I have to type < Shift > + < Key with Backtick as a "capitalization" >, < spacebar > on my German QWERTZ Keyboard. |
I had some thoughts about that. I would argue to not allow any escape characters in a key. How about if we allow only I would suggest that when a This would look like that in a document:
or
With this syntax the only thing not allowed to be in such a value would be the end syntax like If we adopt such an approach to escaping special things would be a very simple approach to that problem. |
How do we escape special characters like \t \n?
The text was updated successfully, but these errors were encountered: