Content deleted Content added
No edit summary |
|||
Line 72:
The edits I keep trying are to stop a whole army of uninformed but well-meaning programmers who think strlen() should parse and count the Unicode code points in a string. This is a totally useless definition and causing no end of grief when systems do this. For some reason otherwise intelligent programmers turn into these complete morons when presented with UTF-8 and this is actually seriously damaging any ability to do internationalization. If anybody can think of a wording that says these answers are different and that the fixed-size one is "better" it would help a lot. The reverted-to wording implies that the number of characters is the more important attribute, which is wrong.[[User:Spitzak|Spitzak]] ([[User talk:Spitzak|talk]]) 04:10, 29 May 2009 (UTC)
== StringBuilder
As well as the standard String type, .Net has a StringBuilder type. I think this is implemented as a linked list, but I'm not too sure. This would be worth adding to the Implementation section. [[Special:Contributions/2.102.39.99|2.102.39.99]] ([[User talk:2.102.39.99|talk]]) 09:33, 28 May 2011 (UTC)
|