Re: [PHP] Generating UTF Files

2001-09-20 Thread Stig Venaas
On Thu, Sep 20, 2001 at 02:57:43PM +0200, Jens Kisters wrote: > Hello, > > I was asked to generate files in UTF-8 Format, where can i find infos on > this? > Is it a multi-byte charset? > How do i use other charset in PHP? can i just switch to another charset and > then make $a="a"; where a is th

[PHP] Generating UTF Files

2001-09-20 Thread Jens Kisters
Hello, I was asked to generate files in UTF-8 Format, where can i find infos on this? Is it a multi-byte charset? How do i use other charset in PHP? can i just switch to another charset and then make $a="a"; where a is the UTF reprensentation of 'a'? or will i have to mold bytes together myself u