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

WIP fix crash when reading chinese -po files #4966

Merged
merged 1 commit into from Jun 23, 2020
Merged

Conversation

gfgtdf
Copy link
Contributor

@gfgtdf gfgtdf commented Jun 23, 2020

you may never use the std:: file io functions
in wesnoth since they only support acii characters.
wes have fixed this mayn times already but apparently
the preson that added -po file support didn't knew
that.

@gfgtdf gfgtdf changed the title fix crash when reading chinese -po files WIP fix crash when reading chinese -po files Jun 23, 2020
@Wedge009 Wedge009 added Engine General game engine issues that do not fit in any other category. Translations Issues with translations, translation tooling, the translations engine, or code that uses it. labels Jun 23, 2020
You may _never_ use the std:: file io functions
in wesnoth since they only support acii characters
on windows in filenames. We have fixed this many
times already but apparently the person that added
.po file support wasn't aware of this issue.

fixes wesnoth#4965
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Engine General game engine issues that do not fit in any other category. Translations Issues with translations, translation tooling, the translations engine, or code that uses it.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants