[wp-trac] [WordPress Trac] #18606: wp_insert_term and wp_create_category fail on diacritics names

WordPress Trac wp-trac at lists.automattic.com
Wed Sep 7 01:34:47 UTC 2011


#18606: wp_insert_term and wp_create_category fail on diacritics names
--------------------------------+------------------------------
 Reporter:  abdessamad idrissi  |       Owner:
     Type:  defect (bug)        |      Status:  new
 Priority:  normal              |   Milestone:  Awaiting Review
Component:  Taxonomy            |     Version:  3.2.1
 Severity:  major               |  Resolution:
 Keywords:  close               |
--------------------------------+------------------------------
Changes (by johnbillion):

 * keywords:   => close


Comment:

 If I understand correctly, you're doing this programatically, in which
 case it won't work because Ḍ is not an ASCII character and is therefore
 illegal in a PHP file. This has nothing to do with WordPress.

 Entering Ḍ in the category/term forms in WordPress works because the
 character is UTF8 encoded when submitted.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/18606#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list