@stephanschulz wrote:
I have a unicode string
myStrig = "üöéñ and so on"
OF can print it nicely to the screen. But when I try to create an array of each separate letter by usingstring letter = currentString.substr(i,1);
then some letters do not get stored in the array.Is there a work around for this?
Thanks.
I'm on OSX 10.12 with OF 0.10
Posts: 5
Participants: 4