Hi,
I need to write a .txt in unicode utf8 (content of my database is in utf8...). When i try to create a text with fput method, this one is created in ANSI mode. Is it possible to create it with UTF8 mode.
Thanks
imap_utf8("your text here");
imap_utf8 (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0)
imap_utf8 -- Converts text to UTF8 Description
string imap_utf8 (string text)
Converts the given text to UTF8 (as defined in RFC2044).