Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#10942 closed defect (bug) (duplicate)

When used in an e-mail, apostrophes should not be encoded

Reported by: xibe Owned by:
Priority: normal Milestone:
Component: General Version: 2.8.4
Severity: minor Keywords: needs-patch
Cc: Focuses:

Description

WordPress sends e-mail as plain text (as far as I know), and therefore special characters should not be encoded as HTML entities, but displayed as-is.

A French user has recently reported that WP does encode at least one character: the straight apostrophe ('). My guess is that it is to prevent any breakage further down the road, but in this case it makes the string hard to read.

Actual blog title: Le Mag'zine
Title as used in e-mail: Le Mag'Zine

Change History (1)

#1 @dd32
17 years ago

  • Milestone 2.9
  • Resolutionduplicate
  • Status newclosed

See #9913

Note: See TracTickets for help on using tickets.