Ticket #2634 (closed defect (bug): fixed)

Opened 6 years ago

Last modified 5 years ago

wp_texturize kills some valid entities

Reported by: skeltoac Owned by: ryan
Priority: high Milestone:
Component: Administration Version: 2.0.2
Severity: minor Keywords: has-patch 2nd-opinion
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

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

Change History

comment:1   ryan6 years ago

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

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

comment:2   ryan6 years ago

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

Reopen for 2.0.3 inclusion.

comment:3   ryan6 years ago

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

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

  • Milestone 2.0.3 deleted

Milestone 2.0.3 deleted

Note: See TracTickets for help on using tickets.