Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#33446 closed defect (bug) (duplicate)

Wrong unicode character conversion

Reported by: LordSilver Owned by:
Priority: normal Milestone:
Component: Formatting Version: 4.2.4
Severity: normal Keywords: needs-patch needs-unit-tests
Cc: Focuses:

Description

You have the following case: "hello <em>world</em>".

It should be converted into this HTML code: &#8220;hello <em>world</em>&#8221;
Instead, it is converted into: &#8220;hello <em>world</em>&#8220;

WordPress wrongly puts &#8220; at the end instead of &#8221; if the text contained in quotation marks ends with something contained inside <em> tag.

Change History (2)

#1 @johnbillion
11 years ago

  • Component Text ChangesFormatting
  • Keywords needs-patch needs-unit-tests added
  • Milestone Awaiting ReviewFuture Release

#2 @johnbillion
11 years ago

  • Milestone Future Release
  • Resolutionduplicate
  • Status newclosed

Duplicate of #18549.

Note: See TracTickets for help on using tickets.