[wp-trac] [WordPress Trac] #10690: Wordpress does not support non-ascii characters in URLs

WordPress Trac wp-trac at lists.automattic.com
Wed Jan 6 02:00:33 UTC 2010


#10690: Wordpress does not support  non-ascii characters in URLs
--------------------------+-------------------------------------------------
 Reporter:  paddya        |       Owner:  markjaquith   
     Type:  defect (bug)  |      Status:  reviewing     
 Priority:  normal        |   Milestone:  Future Release
Component:  Canonical     |     Version:  2.8.4         
 Severity:  normal        |    Keywords:  needs-patch   
--------------------------+-------------------------------------------------

Comment(by hakre):

 There is a problem where the punycode representation causes a problem, I
 tagged it as related because it somehow is: #11734

 For the rest of your comment: I think that's a good way to go. We assume
 that the domain names are UTF-8 encoded. For URLs, as long as we do not
 read them URL encoded they are not punycode-encoded as well. Should
 pyncode-encoding be traded as URLencoded? URLs can be properly split
 anyway, so this can be decently applied. maybe a helper function that does
 the job (add a paramter for the from / to type).

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


More information about the wp-trac mailing list