#1929 closed defect (bug) (fixed)
import non latin topic title
Reported by: | capsx | Owned by: | |
---|---|---|---|
Milestone: | 2.1.3 | Priority: | highest omg sweet tea |
Severity: | major | Version: | 2.1.2 |
Component: | API - Importers | Keywords: | reporter-feedback |
Cc: | stephen@…, capsx@… |
Description
in the import process non latin text in the slug must be converted to latin characters
"palīdzība-uz-ceļa" must be converted to "palidziba-uz-cela" but it is not converted
Change History (10)
#4
@
12 years ago
sanitize_title_with_dashes('Palīdzība uz ceļa')
return
pal%c4%abdz%c4%abba-uz-ce%c4%bca
#8
@
12 years ago
- Priority changed from normal to highest
- Severity changed from normal to major
Well, that's lame. Looking into it.
Note: See
TracTickets for help on using
tickets.
The callback_slug() method already uses sanitize_title_with_dashes(). What forum did you convert from that did not sanitize the slug?