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

Incorrect encoding #16

Closed
Valtosin opened this issue Dec 23, 2019 · 0 comments
Closed

Incorrect encoding #16

Valtosin opened this issue Dec 23, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@Valtosin
Copy link

Valtosin commented Dec 23, 2019

Version used: v0.0.10
OS: Windows 8.1 9600 SL (ru)

Sample map file used to reproduce issue: https://github.com/frosty-dev/white-dream-main/blob/master/_maps/map_files/BoxStation/BoxStationWhite.dmm

Incorrect mapfile reader result:

  • Original: name = "O2 в Чистоту"
  • Saved: name = "O2 ?? ??????????????"
  • Incorrect name in StrongDMM rendered context menu: Sample

Probably dupe of #15.

I think the main issue is with the reader, causing reader read the map in non-UTF-8 (probably ASCII) and saving in non-UTF-8 format. Yes, 513 uses UTF-8.

@Valtosin Valtosin changed the title Incorrect variable value encoding Incorrect encoding Dec 23, 2019
@SpaiR SpaiR added the bug Something isn't working label Dec 23, 2019
@SpaiR SpaiR closed this as completed in 0959f60 Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants