can't get rid of unwanted unicode characters!
-
Hello helpful wordpressers,
I’m pasting processing.js code into my blog posts between shortcode tags, using the Processing.js plugin. That part works ok, but the special characters in my posts like > < etc are getting changed to unicode, which breaks my processing code from executing. I’ve tried various plugins that disable wptexturize, and even added
remove_filter('the_content', 'wptexturize');
to my theme’s functions.php. I’ve tried wrapping the code in pre and code tags. Nothings stops the characters from getting changed! But the really weird thing is, this doesn’t happen when I’m editing posts on my Mac, regardless of browser, but it happens on every other windows computer and even another Mac that I’ve tried. It’s driving me nuts! Can anyone help shed light on why this would be?Thanks.
- The topic ‘can't get rid of unwanted unicode characters!’ is closed to new replies.