rusackas commented on code in PR #42309:
URL: https://github.com/apache/superset/pull/42309#discussion_r3649901502
##########
superset-frontend/plugins/legacy-plugin-chart-country-map/scripts/Country Map
GeoJSON Generator.ipynb:
##########
@@ -2158,7 +2159,7 @@
"source": [
"#### Finland\n",
"\n",
- "- The Ă…land Islands (ISO country code AX) is an autonomous region of
Finland, and carries the ISO-3166 code FI-01."
+ "- The \u00c5land Islands (ISO country code AX) is an autonomous region of
Finland, and carries the ISO-3166 code FI-01."
Review Comment:
Not intentional, whatever re-saved the notebook this time around
(regenerating it for the Italy addition) wrote it with ASCII-only JSON escaping
instead of the literal UTF-8 characters from before. Same string either way,
just a noisier diff. Didn't think it was worth a separate cleanup pass.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]