Ticket #2634 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

wp_texturize kills some valid entities

Reported by: skeltoac Assigned to: 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 (474 bytes) - added by skeltoac on 04/03/06 23:33:58.

Change History

04/03/06 23:33:58 changed by skeltoac

  • attachment thorn.diff added.

04/04/06 00:47:36 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

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

04/22/06 00:28:25 changed by ryan

  • status changed from closed to reopened.
  • resolution deleted.
  • milestone changed from 2.1 to 2.0.3.

Reopen for 2.0.3 inclusion.

04/22/06 00:29:09 changed by ryan

  • status changed from reopened to closed.
  • resolution set to fixed.

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

11/30/06 19:41:50 changed by

  • milestone deleted.

Milestone 2.0.3 deleted