[wp-trac] [WordPress Trac] #44906: Include greek accent characters on "remove_accents" function

WordPress Trac noreply at wordpress.org
Fri Sep 7 21:15:10 UTC 2018


#44906: Include greek accent characters on "remove_accents" function
------------------------------------+------------------------------
 Reporter:  papazetis               |       Owner:  (none)
     Type:  enhancement             |      Status:  new
 Priority:  normal                  |   Milestone:  Awaiting Review
Component:  Formatting              |     Version:  4.9.8
 Severity:  minor                   |  Resolution:
 Keywords:  has-patch dev-feedback  |     Focuses:
------------------------------------+------------------------------

Comment (by papazetis):

 Replying to [comment:2 mukesh27]:

 I added a wrong character before. So please change this line
 {{{#!php
 $chars[ 'έ' ] = 'α';
 }}}
 with that
 {{{#!php
 $chars[ 'έ' ] = 'ε';
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/44906#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list