Jump to content

Character Encoding Question


keithodulaigh.com

Recommended Posts

Hi Everyone,

I know that there's a lot of discussion about character encoding and after searching I'm still having problems.

 

I set up a database table for users with utf8_general_ci as the collation. I then tried inserting "Ó Dúlaigh" as the last name of a test user. When I view the database then in phpMyAdmin that name appears incorrectly like an A with a tilde on top. I've tried running the name throught htmlentities() and doing a strtr() but that just made that name appear as: Ó Dúlaigh.

 

My PHP script is saved with UTF8 encoding.

 

I've also tried reading back the data from the database without using phpMyAdmin but appears messed up as well.

 

Can anyone offer me some advice on this problem? Not all of my special characters will be hard-coded into the script. Some will be the result of user input.

 

Many thanks,

Keith

Link to comment
https://forums.phpfreaks.com/topic/167015-character-encoding-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.