HypixelDev / PublicAPI

Official Java implementation of the Hypixel Public API.
https://api.hypixel.net
MIT License
535 stars 152 forks source link

Bad character encoding in MegaWalls Cakes #554

Open Picsou993 opened 2 years ago

Picsou993 commented 2 years ago

Some cakes name are badly encoded in player.stats.Walls3.cakes_found_by_name:

image

However as we can see in the screenshot, the correct versions (without encoding too) can also be found so is it possible to replace � with their Unicode Number?

ConnorLinfoot commented 1 year ago

Can you provide an example for this? Its likely how the data is stored from the game itself and probably not something that will be changed

Picsou993 commented 1 year ago

Player Shauk (e2d32f7a769245e7b01624620366d2b2) is a good example for this as he has the correct version and the one with bad encoding for some cakes.