View Single Post
01-02-23, 03:46 PM   #2
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,360
string library assumes single byte characters, Chinese are multibyte.

You need a library like UTF8 in order to do some of these operations.
https://www.curseforge.com/wow/addons/utf8
  Reply With Quote