banool / auslan_dictionary

Code for the app, scripts, and site for Auslan Dictionary
https://auslandictionary.org
GNU General Public License v3.0
12 stars 3 forks source link

Deal with unicode characters in scraper #183

Closed banool closed 5 months ago

banool commented 5 months ago

The JSON ultimately contains unicode characters represented as text, e.g. \u2019. The scraper should output JSON with the actual characters.

banool commented 5 months ago

Okay it turns out the app shows them correctly so it's probably okay.