Closed nex3 closed 4 months 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?
session.Locations.GetLocationNameFromId()
"CD: Siegbräu"
"CD: Siegbr��u"
Intresting i never tested wierd charecters, i would need to look what is actually send by the server to see where its going wrong
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?