Hi !
I`m working on a small application to translate given pieces of text into different languages. Including chinesse, for example. I got the inserting into the sql database and reading/displaying correctly from the database parts right. Now ... i`m trying to write the pieces of text into a txt file. And i can`t manage to ... I tried utf8_encode on the string from the database, i still get the "amp;#26519;先生惘惘&" stuff IN the file i create ... and it`s driving me crazy. Please help.
I`m working on a small application to translate given pieces of text into different languages. Including chinesse, for example. I got the inserting into the sql database and reading/displaying correctly from the database parts right. Now ... i`m trying to write the pieces of text into a txt file. And i can`t manage to ... I tried utf8_encode on the string from the database, i still get the "amp;#26519;先生惘惘&" stuff IN the file i create ... and it`s driving me crazy. Please help.