Skip to:
Content

bbPress.org

Opened 12 years ago

Closed 12 years ago

Last modified 11 months ago

#1929 closed defect (bug) (fixed)

import non latin topic title

Reported by: capsx's profile 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)

#1 @netweb
12 years ago

  • Cc stephen@… added

#2 @johnjamesjacoby
12 years ago

  • Keywords reporter-feedback added

The callback_slug() method already uses sanitize_title_with_dashes(). What forum did you convert from that did not sanitize the slug?

#3 @capsx
12 years ago

phpBB 3.10 - > bbpress 2.12

#4 @capsx
12 years ago

sanitize_title_with_dashes('Palīdzība uz ceļa')

return

pal%c4%abdz%c4%abba-uz-ce%c4%bca

#5 @capsx
12 years ago

  • Cc capsx@… added

#6 @capsx
12 years ago

  • Cc capsx@… removed

#7 @capsx
12 years ago

  • Cc capsx@… added

#8 @johnjamesjacoby
12 years ago

  • Priority changed from normal to highest
  • Severity changed from normal to major

Well, that's lame. Looking into it.

#9 @johnjamesjacoby
12 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [4160]) Converter:

  • Use sanitize_title() instead of sanitize_title_with_slashes().
  • Fix issue with character encoding.
  • Fixes #1929 for 2.1 branch.

#10 @johnjamesjacoby
12 years ago

(In [4161]) Converter:

  • Use sanitize_title() instead of sanitize_title_with_slashes().
  • Fix issue with character encoding.
  • Fixes #1929 for 2.2 branch.
Note: See TracTickets for help on using tickets.