[wp-trac] [WordPress Trac] #57609: remove_accents function is ignoring Azerbeijan special charecter.
WordPress Trac
noreply at wordpress.org
Sun May 7 17:51:24 UTC 2023
#57609: remove_accents function is ignoring Azerbeijan special charecter.
----------------------------------------+---------------------
Reporter: suleymankenar | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 6.3
Component: Permalinks | Version:
Severity: normal | Resolution:
Keywords: good-first-bug needs-patch | Focuses:
----------------------------------------+---------------------
Comment (by audrasjb):
Looks like adding
{{{
'Ə' => 'E',
'ǝ' => 'e',
}}}
to `remove_accents()` does the job correctly.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/57609#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list