Posted by Daniel Tryba on 07/07/05 02:55
Sugapablo <russ@removesugapablo.com> wrote:
> I want to have php write some files in utf-8 encoding (foreign characters
> are part of the text).
>
> What's the best method for doing this? fwrite() doesn't seem to work.
Please explain? Are you have problems with:
-writing anything to file
-converting to utf-8
-writing something specific to file (like a missing BOM)
[Back to original message]
|