ArchipelagoMW / Archipelago.MultiClient.Net

A client library for use with .NET based prog-langs for interfacing with Archipelago hosts.
MIT License
14 stars 11 forks source link

Location name encoding can get corrupted #83

Closed nex3 closed 4 months ago

nex3 commented 1 year ago

When calling session.Locations.GetLocationNameFromId() for a location whose name is "CD: Siegbräu", I received instead "CD: Siegbr��u". I think maybe some part of the network/JSON infrastructure is losing the encoding information?

Jarno458 commented 11 months ago

Intresting i never tested wierd charecters, i would need to look what is actually send by the server to see where its going wrong