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
Some example files, e.g.
https://github.com/GrammaticalFramework/gf-core/blob/master/gf-book/examples/chapter2/FoodIta.gf
still use ISO-8859-1 (and possibly other encodings). Loading such a file without extra options results in:
Food> import FoodIta.gf - compiling FoodIta.gf... FoodIta.gf:5:49: lexical error
Converting the file to UTF-8 fixes this.
The corresponding file in gf-contrib appears to be UTF-8.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some example files, e.g.
https://github.com/GrammaticalFramework/gf-core/blob/master/gf-book/examples/chapter2/FoodIta.gf
still use ISO-8859-1 (and possibly other encodings). Loading such a file without extra options results in:
Converting the file to UTF-8 fixes this.
The corresponding file in gf-contrib appears to be UTF-8.
The text was updated successfully, but these errors were encountered: