Talk:String Character Length: Difference between revisions

From Rosetta Code
m ((forgot to sign this earlier))
(No difference)

Revision as of 23:49, 1 February 2007

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". Sgeier 18:25, 1 February 2007 (EST)