[wp-trac] [WordPress Trac] #33446: Wrong unicode character conversion

WordPress Trac noreply at wordpress.org
Wed Aug 19 19:32:13 UTC 2015


#33446: Wrong unicode character conversion
--------------------------+-----------------------------
 Reporter:  LordSilver    |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Text Changes  |    Version:  4.2.4
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 You have the following case: "hello <em>world</em>".

 It should be converted into this HTML code: “hello
 <em>world</em>”
 Instead, it is converted into: “hello <em>world</em>“

 WordPress wrongly puts “ at the end instead of ” if the text
 contained in quotation marks ends with something contained inside <em>
 tag.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/33446>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list