[wp-trac] [WordPress Trac] #10543: Incorrect (non-UTF-8) character handling in tag's name and slug
WordPress Trac
wp-trac at lists.automattic.com
Tue Nov 17 17:10:14 UTC 2009
#10543: Incorrect (non-UTF-8) character handling in tag's name and slug
--------------------------+-------------------------------------------------
Reporter: sirzooro | Owner: filosofo
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.9
Component: Taxonomy | Version: 2.8.2
Severity: normal | Keywords: needs-patch
--------------------------+-------------------------------------------------
Comment(by miqrogroove):
Here is the code being generated by wp_insert_term() when it calls
$wpdb->insert()
{{{
INSERT INTO `mwp_terms` (`name`,`slug`,`term_group`) VALUES ('ace ±æê ace
','ace-aee-ace','0')
}}}
It's starting to look like sanitize_term() isn't working as intended.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10543#comment:11>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list