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

Compilation issue of ASCII characters #9

Open
galloj opened this issue Jun 20, 2022 · 0 comments
Open

Compilation issue of ASCII characters #9

galloj opened this issue Jun 20, 2022 · 0 comments

Comments

@galloj
Copy link

galloj commented Jun 20, 2022

Characters from line 42 and up aren't working.

The issue is following: short.c:42:1: warning: multi-character character constant [-Wmultichar]

It probably means that the compiler is trying to store those characters as UTF instead of ASCII. I guess it isn't probably that big problem as the language doesn't mention them in readme, but some of them are surely nice to have. I will maybe try to make PR later to fix it.

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

1 participant