If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Help Encoding Characters in mySQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-21-04, 15:27
PhantomMask PhantomMask is offline
Registered User
 
Join Date: Nov 2004
Posts: 2
Help Encoding Characters in mySQL

I’ve just upgraded mySQL on my server from a very old system to the latest and now I’m finding it strips out characters when they are greater than ASCII 127. This new version has something called “Collation” that I have never encountered before. I think mine is set to “utf8_general_ci”. Anyway, here is my query that I’m using in PHP to add data to my DB:

PHP Code:
INSERT INTO 'mytable' (messageVALUES ('$message'
It use to work fine before but now with the new version of mySQL, it’s faling when I add special charecters as those listed below

Quote:
Hello World
Accented áéíóúó VVVVV
Apostrophe 1 "" WWWW
Apostrophe 2 '' XXXXX
Apostrophe 3 “” YYYYY
Apostrophe 4 ‘’ ZZZZZ
The quick brown fox kicks the butt of the lazy dog
Now, if I add the above text in to the DB, only the following gets inserted:

Quote:
Hello World
Accented
As the DB removes all of the special characters.
Can anyone advise me?

I’m not a mySQL expert and these pages are not helping:
http://dev.mysql.com/doc/mysql/en/Charset.html
http://dev.mysql.com/doc/mysql/en/Charset-CONVERT.html

Any advice will be much appreciated.
Thank you kindly.
Reply With Quote
  #2 (permalink)  
Old 11-21-04, 16:03
PhantomMask PhantomMask is offline
Registered User
 
Join Date: Nov 2004
Posts: 2
Anyone?  
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On