Hacker News new | ask | show | jobs
by cmancini 2472 days ago
English-native developers building apps for mainly Western languages can easily introduce encoding i18n bugs that are really unfair for other folks. The rise of emoji in everyday text has been great to force developers to deal with the upper end of the unicode spectrum and make fewer assumptions about inputs. Often in a data processing app I'll throw a few emoji in my unit tests.
1 comments

Are you familiar with the big list of naughty strings?

https://github.com/minimaxir/big-list-of-naughty-strings/

I have seen it before but thats a good reminder in this case!