4 ms·
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
by cmancini 7y 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.
- andreareina 7y agoAre you familiar with the big list of naughty strings? https://github.com/minimaxir/big-list-of-naughty-strings/ https://github.com/minimaxir/big-list-of-naughty-strings/
- cmancini 7y agoI have seen it before but thats a good reminder in this case!