[wp-trac] [WordPress Trac] #6915: international Nicenames (aka Slugs) should be URLdecoded()

WordPress Trac wp-trac at lists.automattic.com
Sun May 4 18:25:05 GMT 2008


#6915: international Nicenames (aka Slugs) should be URLdecoded()
---------------------+------------------------------------------------------
 Reporter:  options  |       Owner:  anonymous
     Type:  defect   |      Status:  new      
 Priority:  normal   |   Milestone:  2.7      
Component:  General  |     Version:           
 Severity:  normal   |    Keywords:  has-patch
---------------------+------------------------------------------------------
 any non Latin-1 based Slugs are presented to a user in the precent encoded
 form:

 1. they are unreadable;[[BR]]
 2. hard to edit (unless you can do %-encoding right in your head);[[BR]]
 3. [source:trunk/wp-admin/includes/post.php at 7645#L645 getting truncated]
 because of being overly long.


 === Steps to reproduce: ===
 1. switch your keyboard to any non Latin-1 based language;[[BR]]
 2. enter post/tagegory title;[[BR]]
 3. try to edit it.


 === Solution: ===
 just urldecode() slugs on output.

 [[BR]]
 ----
 PS why WikiFormatting does not work here?

-- 
Ticket URL: <http://trac.wordpress.org/ticket/6915>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list