Re: Entering Japanese characters into mySQL

2003-01-23 Thread Frank Peavy
Darren, This sounds like a character set mis-match. I am wondering what character set the user is using and which OS. If the user is using Netscape to enter their data, then I am assuming they are using an OS that supports the hira/kata/kanji character sets. What do they have their OS set to, f

Re: Entering Japanese characters into mySQL

2003-01-23 Thread kk
In my case also I failed to set the charset to Shift-JIS though I put some stuff in my *my.cnf.* So I am now controlling the entire thing using my application. my charset is still latin1. I just get the input string from the user, convert it to a binary and store it in mysql. To display back I use

Re: Entering Japanese characters into mySQL

2003-01-23 Thread Jeffrey Powell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Darren, I can input Japanese text using Netscape 7.01 on a Linux PC I use a PHP script to write the submitted information to the database. Here is a dump from the "select *" query. 3 Eiji Goto 0 D 0 米沢 The Netscape->PHP->MySQL->PHP->Netscape pa