3 messages in com.mysql.lists.bugsRe: upper function for chinese issue
FromSent OnAttachments
Jimmy04 Aug 2003 20:03 
Alexander Keremidarski05 Aug 2003 00:31 
Sinisa Milivojevic05 Aug 2003 04:45 
Subject:Re: upper function for chinese issue
From:Alexander Keremidarski (sal@mysql.com)
Date:08/05/2003 12:31:46 AM
List:com.mysql.lists.bugs

Hello,

Jimmy wrote:

Dear Sir,

When I use mysql to maintain my chinese data, I found some bug for upper
function:

mysql> select UPPER('麦'); +-------------+ | UPPER('麦') | +-------------+ | 掠 | <<error +-------------+ 1 row in set (0.00 sec)

Which MySQL release do you use and what character set you have configured for
both server and client?

In order to accept bug report we need repeatable test case.

Best regards