I\'m trying to split a utf8 encoded string into an array of chars. The function that I now use used to work, but for some reason it doesn\'t work anymore. W
I found out the é was not the character I expected. Apparently there is a difference between né and ńe. I got it working by normalizing the string first.