Talk:String Character Length

From Rosetta Code
Revision as of 07:26, 1 February 2007 by rosettacode>Sgeier
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The term "string length" is ambiguous -- length can be in bytes or in characters, which will be different in a general unicodde situation. The TCL example is pretty much the only UTF-aware "string length".