Rosetta Code talk:TODO

From Rosetta Code
Revision as of 16:08, 3 December 2007 by rosettacode>IanOsgood (string merge)

I can do the headers...I've already started sort of. --mwn3d 15:00, 11 November, 2007

String Length

String Byte Length and String Character Length were split because many examples in String Length didn't differentiate between 8-bit characters and wide characters, which is an important distinction for low-level languages on modern systems. If they get merged, this distinction needs to be preserved. --Short Circuit 13:20, 2 December 2007 (MST)

Agreed. Currently, many of the string tasks have the same code between the two pages, so you can't tell which one is correct for each page. Once merged, there won't be duplication, and we can tag the language with only one string operation with the "incorrect" template. --IanOsgood 09:08, 3 December 2007 (MST)