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

replace unicode characters by ascii characters in jar_xml #4196

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

RicoP
Copy link
Contributor

@RicoP RicoP commented Jul 30, 2024

MSVC keeps giving me the warning

jar_xm.h(1404): warning C4819: The file contains a character that cannot be represented in the current code page (932). Save the file in Unicode format to prevent data loss

The issue where the unicode characters. I replaced them with ascii characters to avoid the warning.

@raysan5 raysan5 merged commit a8ec847 into raysan5:master Aug 2, 2024
14 checks passed
@raysan5
Copy link
Owner

raysan5 commented Aug 2, 2024

@RicoP Good review! Thanks!

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

Successfully merging this pull request may close these issues.

2 participants