Re: Trying NOT to remove accentation
Posted by: Milos Losmi
Date: June 16, 2016 01:15AM

Thank you all for help, utf_bin was the way to go but it only works in PHPMyadmin query box, not within Wordpress $wpdb->get_results query. For some odd reason, the same query which returns result in PHPMyadmin, returns an empty set in $wpdb, so I decided to just give up trying to do it in MySQL, and filter results out using PHP: mb_substr($post->post_title, 0, 1, 'utf-8')

Options: ReplyQuote


Subject
Views
Written By
Posted
1753
June 10, 2016 07:38AM
Re: Trying NOT to remove accentation
943
June 16, 2016 01:15AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.