Re: Default UTF-8 Encoding

2004-02-19 Thread Egor Egorov
ebruary 14, 2004 4:18 AM > To: [EMAIL PROTECTED] > Subject: Re: Default UTF-8 Encoding > > "David Perron" <[EMAIL PROTECTED]> wrote: > > Is there a way to change the default mysql encoding to be something > > else, say UTF-16LE at the session level? > > M

Re: Default UTF-8 Encoding

2004-02-14 Thread Egor Egorov
"David Perron" <[EMAIL PROTECTED]> wrote: > Is there a way to change the default mysql encoding to be something else, > say UTF-16LE at the session level? MySQL doesn't support UTF-16LE. If you want to set up connection character set you can: - execute SET CHARACTER SET from the client