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

[Fix #184] Seperate UTF8 from Ansi #185

Merged
merged 4 commits into from
Aug 12, 2023
Merged

Conversation

nickyMcDonald
Copy link
Contributor

Fix for #184. The issue was that raylib text drawing functions do not use ansi - rather UTF8.

These changes should fix the issue by converting to the correct format depending on what each util method needs.

@chrisdill
Copy link
Owner

@n77y Not sure as it is hard to test this. Can you change back to utf8 for all except the different fileName arguments as that is where the original issue occurred. Thanks!

@chrisdill chrisdill self-requested a review August 12, 2023 07:04
Copy link
Owner

@chrisdill chrisdill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added comments to make it clear which to change. I think we can also keep ansi for the fileType as well.

@chrisdill chrisdill merged commit d067c6c into chrisdill:master Aug 12, 2023
@chrisdill
Copy link
Owner

Thanks, merged!

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.

None yet

3 participants