|
I. Am. Not. Asking. For. Unicode.
I am merely asking for extra functions along the lines of what the
utf8 library already does.
E.g. Sam's examples:
> s1 = "Hélène"
> s2 = "Hélène"
> > utf8.len(s1)
6
> utf8.len(s2)
7
If you really not understand what I mean, I can elaborate.