Full UTF-8 Wordpress Plugin - Rating, Reviews, Demo & Download

Full UTF-8 Preview Wordpress Plugin - Rating, Reviews, Demo & Download
5 Average out of 4 ratings
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

Full UTF-8 adds complete support for any UTF-8 character.
Without this plugin, WordPress truncates anything after the first 4-bytes-long UTF-8 character.

Suppose you copy some text from a web page and paste it into the editor. You see
everything is fine, so you hit save. As soon as the page is reloaded, you find out that your post
has been truncated at a point that seems to be quite random. Well, that’s not random.
The breaking point is the position of the first 4-bytes-long UTF-8 character.
Anything from that one up to the end of the post is irremediably lost forever.

You definitely need to install this plugin if you write 4-bytes-long UTF-8 characters.
How do you know that? Many Chinese characters, musical and mathematical symbols and Emoji icons
are 4-bytes-long. But you can always try to draw something and check for yourself.
If you get a Unicode hexadecimal value with more than four digits after 0x then it is a 4-bytes-long UTF-8 character.
For example, a G-clef is one because 0x1D11E has 5 digits after 0x.
1. This plugin is a WordPress “drop in”. Drop-ins are advanced plugins in the wp-content
directory that replace WordPress functionality when present.
1. This plugin is completely automatic. You are not supposed to do anything special
to make it work after activating it.

Interesting Links

Screenshots

  1. Copy and paste some text into a new post (it works also if you type yourself in the editor.)
<a href="http://japanese.stackexchange.com/a/6873">Example</a><br />
Everything looks fine, so you save.

    Copy and paste some text into a new post (it works also if you type yourself in the editor.)
    Example
    Everything looks fine, so you save.

  2. Default WordPress: Oops! What happened to your text??<br />
WordPress misbehaves. It cuts anything after the first character it can't process.

    Default WordPress: Oops! What happened to your text??
    WordPress misbehaves. It cuts anything after the first character it can’t process.

  3. WordPress + Full UTF-8: Nice.<br />
WordPress behaves.

    WordPress + Full UTF-8: Nice.
    WordPress behaves.


Reviews & Comments