• I’m looking for a simple solution (no plugin) that will no longer delete UNICODE characters in WordPress Editor.

    There are a lot of fixes on the internet that do not work. Some plugins are offered for the solution, which comes along with database access, as well as a lot of confusing PHP script stuff. And only because WordPress can not do a full range UNICODE. Very thin. WordPress comes along with <meta charset = “UTF-8” /> and trims itself. Is that a little stupid? The feature “Special character” requires a huge formatting.php, although a copy & paste is possible with UTF-8. Nobody has to understand that.

    Example: The Double-struck Math A = 𝔸 (HTML hexcode: 𝔸)

    In documents with UTF-8 charset attribution you can copy&paste it. (Provided a webfont with this character is embedded or installed on your system.)
    This document is with <meta charset=”utf-8″ /> and i can see it by writing here, but WordPress delete this char by submit.

    Please a very simple solution to the huge problem.

    (I already have a child theme with functions.php and the database table post_content is with utf8_bin)

    • This topic was modified 8 years, 6 months ago by salmer.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Stop UNICODE deleting in WordPress!’ is closed to new replies.