#9534 closed defect (bug) (duplicate)
ș and ț characters not converted in remove_accents()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Permalinks | Keywords: | formatting has-patch |
Focuses: | Cc: |
Description
ș and ț, which are the correct diacritic marks in Romanian, are not converted by the remove_accents() function, which leads to ugly slugs.
This patch fixes that.
Attachments (2)
Change History (8)
Note: See
TracTickets for help on using
tickets.
Note that we can't change the sanitizer at all until we have a means of handling slugs made with older versions of the sanitizer. Right now, sanitizer changes will cause old slugs to 404.