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

Handle escaped characters #10

Closed
Airblader opened this issue Mar 15, 2016 · 0 comments
Closed

Handle escaped characters #10

Airblader opened this issue Mar 15, 2016 · 0 comments
Labels

Comments

@Airblader
Copy link
Owner

See https://tronche.com/gui/x/xlib/resource-manager/file-syntax.html

@Airblader Airblader added the bug label Mar 15, 2016
@Airblader Airblader mentioned this issue Mar 15, 2016
17 tasks
Airblader added a commit that referenced this issue Mar 17, 2016
This commit parses the magic values starting with a '\' correctly:
- '\ ' → ' '
- '\' + tab → tab
- '\n' → newline
- '\\' → '\'
- '\xyz' (with x,y,z integers 0–7) → corresponding character code

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

No branches or pull requests

1 participant