Skip to content

Fixed bug with global dir using unicode characters#398

Open
mark-mon wants to merge 1 commit intopraydog:masterfrom
mark-mon:fix-global-dir
Open

Fixed bug with global dir using unicode characters#398
mark-mon wants to merge 1 commit intopraydog:masterfrom
mark-mon:fix-global-dir

Conversation

@mark-mon
Copy link
Contributor

There was a bug where if user had some weird character in their %appdata% username, UEVR was unable to load config.txt or save changes to config.txt. It was caused by sending a string to kananalib's config save. Even though it widened the string, the damage was done. This solves it by sending a u8string instead. Done for both load and save. User reported that the fix works.

a swedish name with the letter ö as in grönbek

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.

1 participant