[wp-trac] [WordPress Trac] #38302: Non editable posts - TinyMCE special characters issue 'C2A0'

WordPress Trac noreply at wordpress.org
Thu Oct 13 09:49:08 UTC 2016


#38302: Non editable posts - TinyMCE special characters issue 'C2A0'
--------------------------+-----------------------------
 Reporter:  katazina      |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  TinyMCE       |    Version:  4.6.1
 Severity:  normal        |   Keywords:
  Focuses:  javascript    |
--------------------------+-----------------------------
 Related ticket: #35890

 Same issue, many "spaces" before text, wpautop is off.

 But I have the latest WP and the issue still exists.
 This is the exact character which causes the problem: '''C2A0'''

 In mysql I can replace it and check if it's there:
 {{{
 select replace(post_content, UNHEX('C2A0'), '++++++') from wp_57_posts
 where ID = 5545448\G
 }}}

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


More information about the wp-trac mailing list