Hi, I hope someone can help me with two problems..

1 - I use file_str_write() to write the string into a textfile, but it's not correct working. There is just one symbol. I think with unicode I have to do it in a different way, but how?

2 - I need to get the position of a word in a string. I use str_stri (STRING* content,STRING* search)
for that, but it's also not working with unicode.

I did it in two different ways:

* str content - unicode / str search - standard -> Sometimes working, sometimes crash with nexus too small..(but nexus is enough)
* str content - unicode / str search - unicode -> No crash, but search was not found in content.

I hope someone can help me smirk It's really important...