Hmm.. so into the textbox is correct?
I separated the lyric in lines, and line in words: each lyric has an array of lines, each line has an array of words, simple like that ;D
But the problem is into text separation... Like, CrLf is the line separator (ok), and special caracters (like space, -, underline, etc) are words seps.
I thought that the textbox bring me a allready rtl string, but apparently not... so I'll have to 'reorder' words if is right to left.
Is that simple? (just change words sequence) or there is another thing? Like, if try to put 'normal' alphanumeric chars?