View Single Post
09/08/18, 12:09 PM   #11
SlippyCheeze
AddOn Author - Click to view addons
Join Date: Jul 2018
Posts: 53
Originally Posted by SDPhantom View Post
Considering we're talking about buffers, they only operate at the byte-level. A simple length operation (#string) will give you this number.
Just checked, because I didn't know, and they (a) use a two-byte encoding for "áéúíó", so utf8, and (b) #"áéúíó" is 10, the byte count.