Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#18903 closed defect (bug) (duplicate)

Permalink with Norwegian/Danish character 'Ø' (uppercase 'ø')

Reported by: knutsp's profile knutsp Owned by:
Milestone: Priority: normal
Severity: minor Version: 3.3
Component: Permalinks Keywords:
Focuses: Cc:

Description

When a post title contains the (uppercase) 'Ø' character, the post name and permalink is created without substituting this character with 'o' or 'oe'. The result on IIS is that, when post name is included in the permalink structure, the generated permalink is broken (not found).

See also [16232]

Attachments (1)

18903.diff (785 bytes) - added by knutsp 14 years ago.

Download all attachments as: .zip

Change History (5)

#1 @knutsp
14 years ago

Correction: See also ticket:16232.

@knutsp
14 years ago

#3 @SergeyBiryukov
14 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Let's do this in #9591, it also has unit tests.

#4 @SergeyBiryukov
14 years ago

Also, its UTF-8 representation seems to be chr(195).chr(152) rather than chr(195).chr(192).

Note: See TracTickets for help on using tickets.