@jommega on WordPress.org
Posted a reply to Localization and other characters, on the site WordPress.org Forums:i fix UTF-8 encoding replacing htmlentities ( $data, ENT_QUOTES, "UTF-8") with htmlspecialchars( $data, ENT_QUOTES, "UTF-8")…