jsdelivr / bot

DEPRECATED The jerk of a bot that checks PRs and responds in comments
22 stars 14 forks source link

Stop complaining about unescaped UTF-8 #20

Closed kijin closed 9 years ago

kijin commented 10 years ago

The whole point of a global CDN like jsdelivr is that it allows anyone around the world to load content quickly and conveneintly. This feature will attract projects from all around the world. Some of those projects might come with translations in multiple languages. Others might be designed to cater to users in some locales but not others. Both of these involve putting non-English strings in source files. And yet the bot complains about it.

Should we try to please the bot by replacing all of our non-English strings with backslash-escaped hex codes? Those things are impossible for humans to read.

UTF-8 is the de facto standard of internationalization on the web. Anything encoded in valid UTF-8 should be kosher.

megawac commented 10 years ago

Sounds good

adonm commented 10 years ago

+1

Toilal commented 9 years ago

:+1:

megawac commented 9 years ago

Happening next github3.py release On Nov 25, 2014 9:16 AM, "Rémi Alvergnat" notifications@github.com wrote:

[image: :+1:]

— Reply to this email directly or view it on GitHub https://github.com/jsdelivr/bot/issues/20#issuecomment-64405061.