Make WordPress Core

Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#2634 closed defect (bug) (fixed)

wp_texturize kills some valid entities

Reported by: skeltoac's profile skeltoac Owned by: ryan's profile ryan
Milestone: Priority: high
Severity: minor Version: 2.0.2
Component: Administration Keywords: has-patch 2nd-opinion
Focuses: Cc:

Description

Current regex: /&([#])(?[a-z1-4]{1,8};)/

Entities not recognized by this:
THORN
ETH
AElig
OElig
lArr
rArr
uArr
dArr

This expression resolves it: /&([#])(?[a-zA-Z1-4]{1,8};)/

This bug was reported by an Icelandic blogger at http://andrisig.wordpress.com/

Attachments (1)

thorn.diff (474 bytes) - added by skeltoac 19 years ago.

Download all attachments as: .zip

Change History (5)

@skeltoac
19 years ago

#1 @ryan
19 years ago

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

(In [3686]) texturize fix from that Andy guy. fixes #2634

#2 @ryan
19 years ago

  • Milestone changed from 2.1 to 2.0.3
  • Resolution fixed deleted
  • Status changed from closed to reopened

Reopen for 2.0.3 inclusion.

#3 @ryan
19 years ago

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

(In [3747]) texturize fix from that Andy guy. fixes #2634

#4 @(none)
18 years ago

  • Milestone 2.0.3 deleted

Milestone 2.0.3 deleted

Note: See TracTickets for help on using tickets.