|
Posted by Rob on 01/18/07 19:53
Hello all,
I am reading a file and want to do some text manipulation on the lines and
write the new content back to e new file. The file I am reading is a UNICODE
file. When I write all the content the unicode is gone and my content is
not what is shuold be? I want it to be UNICODE again...
I use "file_get_contents()" to read and "mb_split" to create an array with
lines, and "file_put_contents" to write. I left the text manipulation out of
the test but still no UNICODE..
What do I miss? I overloaded the string manipulation function to the
multibite encoding functionc (mb_*), again no luck
What do I miss?
Can anybody help me?
Thanks in advance, Rob
Navigation:
[Reply to this message]
|