Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 67836

For multibyte languages

$
0
0

Replies: 0

Hi,

Could you please update following code;

$t = substr($t, 0, $c);

to

$t = mb_substr($t, 0, $c);

?

Without mb_, I got strange font overwrote in my Japanese contents.
I added it by myself but don’t want to rewrite it when plugin update.

Much appreciate if you arrange this short code for double-byted data. (Japanese, Chinese, Korean…)

Best,

Megumi


Viewing all articles
Browse latest Browse all 67836

Trending Articles