slaterino Posted July 13, 2009 Share Posted July 13, 2009 I've got a Joomla/CiviCRM set-up that I'm making some changes to using PHP and MySQL, however am having one problem with char encoding. When CiviCRM is saving data it's saving it as Submitted in MySQL. This wouldn't be a problem, but I need this to display simply as 'Submitted' in my coding. The database uses utf8_unicode_ci and CiviCRM runs on utf8 so I don't know why it writes it to the database like this, and I've not been able to get much help on this at te CiviCRM forum. However, does anyone know how I could take what's in the database and have it displayed without any extra characters using a simple PHP query? Many thanks, Russ Quote Link to comment https://forums.phpfreaks.com/topic/165745-char-encoding/ Share on other sites More sharing options...
fenway Posted July 15, 2009 Share Posted July 15, 2009 This looks like a double-post... Quote Link to comment https://forums.phpfreaks.com/topic/165745-char-encoding/#findComment-876104 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.