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 unicode issues on Windows. #156

Merged
merged 1 commit into from
Aug 14, 2021
Merged

Commits on Jul 4, 2021

  1. Fix unicode issues on Windows.

    Windows uses 2-byte wchars and UTF-16, so emojis and other characters
    which require more than 2 bytes were being encoded/decoded incorrectly
    by trying to fit them into one wchar. Migrate to pugixml's UTF8<->wchar
    conversion methods which work on all platforms.
    jpd236 committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    54455c5 View commit details
    Browse the repository at this point in the history