Big List of Naughty Strings
Max Woolf (via Daniel Martín):
The Big List of Naughty Strings is an evolving list of strings which have a high probability of causing issues when used as user-input data. This is intended for use in helping both automated and manual QA testing; useful for whenever your QA engineer walks into a bar.
[…]
blns.txtconsists of newline-delimited strings and comments which are preceded with#. The comments divide the strings into sections for easy manual reading and copy/pasting into input forms. For those who want to access the strings programmatically, ablns.jsonfile is provided containing an array with all the comments stripped out (thescriptsfolder contains a Python script used to generate theblns.json).
Previously: Another iOS Crash Caused By Sending Unicode Character.
Update (2018-11-16): See also: Hacker News.