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

SkyBlock API character encoding problem: question marks in the data #158

Closed
Flachdachs opened this issue Nov 24, 2019 · 2 comments
Closed

Comments

@Flachdachs
Copy link

In APIs like https://api.hypixel.net/resources/skyblock/skills there are text data, e.g. in the "unlocks" fields of the levels. But some characters are lost, because they are converted server side to question marks (U+003F). So this API data is less useful.

Example, Level 2 of Farming skill:

Farmhand II 4?8% chance to get double crops.
+2 HP ? Health

The first question mark is in the game an arrow, the second stand for a heart.

https://api.hypixel.net/resources/skyblock/collections has the same problem e.g. in both tier 5 and 8 of sugar collection

Speed Talisman ? Speed Ring Upgrade
...
Speed Ring ? Speed Artifact Upgrade

As a consumer of these data there is no (easy) way to know which character is actually represented by these question marks.

Cross reference: https://hypixel.net/threads/skyblock-api-character-encoding-problem.2457741/

@puppy0cam
Copy link
Contributor

related issues:
#109
#93 (59b6453)

@Flachdachs
Copy link
Author

Flachdachs commented Apr 19, 2020

Someone fixed it silently, mentioned characters are now correctly encoded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants