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

illegal character encoding #46

Closed
xantares opened this issue Mar 14, 2014 · 3 comments
Closed

illegal character encoding #46

xantares opened this issue Mar 14, 2014 · 3 comments

Comments

@xantares
Copy link
Contributor

plugins/pluginsreaderproviders/stidstr/readercardadapters/stidstrreadercardadapter.cpp:413:31: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
msg = std::string("MIFARE frame error.");

my compiler doesn't want the 'registrated' @r, maybe not ascii ?

@Liryna
Copy link
Contributor

Liryna commented Mar 17, 2014

I don't really understand. All of this character are ascii ?

It is the only one warning ?

@xantares
Copy link
Contributor Author

Sorry,

I wasn't clear at all, the caracter '®' yields an encoding warning, all files should be utf-8 encoded.
in the lines:

msg = std::string("MIFARE® frame error.")

The error appears several times if I recall clearly.
Maybe the ® is useless in an error message ...

@Liryna
Copy link
Contributor

Liryna commented Mar 17, 2014

Oh ! Yes, this is totally not ascii and useless :D

I have delete all '®' on the project ed8b96e. I hope it is only one non-ascii characters on the project.

@Liryna Liryna closed this as completed Mar 17, 2014
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

2 participants