Indexing Unicode Strings

Thanks! I didn’t know there could be zero space unicode characters, I only knew that they could need more then one array index.

In my case I actually didn’t care much about the exact position where it would crop, just that it would crop it to something much smaller than 200 characters :-). And of course that it won’t crash like the text[1:10] version.