in reply to Re^3: length() miscounting UTF8 characters?
in thread length() miscounting UTF8 characters?

Intricacies - that's putting it mildly! Right now it feels like the more I learn about Unicode, the less I know. ;)

I'll make a mental note to avoid length when dealing with Unicode data, and to normalize strings before working with them.

  • Comment on Re^4: length() miscounting UTF8 characters?