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

Wrong encoding of Cyrillic title and description when loaded from Workshop #215

Closed
EricKotato opened this issue Jun 13, 2020 · 3 comments
Closed
Labels
Status: Implemented Indicates that the issue has been handled but may not have been merged. Type: Bug
Milestone

Comments

@EricKotato
Copy link

When mod title and description is loaded from Steam Workshop, it has wrong character encoding:

I think it converts UTF-8 text to Windows-1251 encoding (since I have Russian language by default in Windows).

Affected versions: 1.3.2, 1.4.0-beta.3
How to reproduce: download any mod with Cyrillic description. If mod description won't load automatically, use "Update" context menu option.
Mod from screenshot (for easier testing): https://steamcommunity.com/sharedfiles/filedetails/?id=971469239

@RevZero
Copy link
Member

RevZero commented Jun 13, 2020

From what I can tell, there is currently not much I can do about it, because this is caused by an issue in the Steamwork.NET API.
So we have to wait until they release a new API version that contains a respective fix.

@RevZero RevZero added Status: Accepted Confirmed bug or useful feature that should be worked on. Type: Bug labels Jun 13, 2020
@EricKotato
Copy link
Author

Seems that issue is fixed in Steamworks.NET API, since pull is merged and live in 15.0.0 release.

@RevZero
Copy link
Member

RevZero commented Mar 29, 2021

Ah, thanks for the info. I will update Steamworks.NET to the latest version with the next release then.

@RevZero RevZero added this to the v1.5 milestone Mar 29, 2021
@RevZero RevZero added Status: Implemented Indicates that the issue has been handled but may not have been merged. and removed Status: Accepted Confirmed bug or useful feature that should be worked on. labels Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Implemented Indicates that the issue has been handled but may not have been merged. Type: Bug
Projects
None yet
Development

No branches or pull requests

2 participants