A user reported a crash in my data field, and I eventually narrowed it down to a line of code that was calling toCharArray() on a user-provided string. In this case, the string was " Östra Hällsjön".
A single umlauted character is enough to cause toCharArray...