RE: Mmultiple languages in the MySQL database

2006-09-28 Thread Jerry Schwartz
We have multiple Western languages in our UTF-8 data base, without a problem. Right now I'm working on adding Chinese data, but my major problem is reading back what's in there to find out if it went in correctly :( Regards, Jerry Schwartz Global Information Incorporated 195 Farmington Ave.

Re: Mmultiple languages in the MySQL database

2006-09-28 Thread Michael Monaghan
On 9/28/06, Jerry Schwartz [EMAIL PROTECTED] wrote: We have multiple Western languages in our UTF-8 data base, without a problem. Right now I'm working on adding Chinese data, but my major problem is reading back what's in there to find out if it went in correctly :( One thing I've done in the

RE: Mmultiple languages in the MySQL database

2006-09-28 Thread Jerry Schwartz
Schwartz Cc: krishna; mysql@lists.mysql.com Subject: Re: Mmultiple languages in the MySQL database On 9/28/06, Jerry Schwartz [EMAIL PROTECTED] wrote: We have multiple Western languages in our UTF-8 data base, without a problem. Right now I'm working on adding Chinese data, but my major

Re: Mmultiple languages in the MySQL database

2006-09-28 Thread Michael Monaghan
One thing I've done in the past to verify this exact issue, is to simply run something like: # mysql -e select fields from table output.txt - making sure that the the output contains some non-ASCII characters - preferably non-Latin too. Then open output.txt in a browser and set the