Ordillus86 Posted January 27, 2009 Share Posted January 27, 2009 Hi, I am trying to add data into a mysql table which is in polish. If I copy the text straight into the table some of the accented letters are replaced with a ? Does this mean that if i request this data from the table a ? will be printed instead of the correct character? I have tried to use unicode for example ń and the DB rejects the characters used. Is there a special MySql format to keep these letters in the correct format? Link to comment https://forums.phpfreaks.com/topic/142694-unicode-characters-in-mysql-table/ Share on other sites More sharing options...
fenway Posted January 28, 2009 Share Posted January 28, 2009 Is the table UTF8? Link to comment https://forums.phpfreaks.com/topic/142694-unicode-characters-in-mysql-table/#findComment-748567 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.