Talk:String length: Difference between revisions

From Rosetta Code
Content added Content deleted
(merged?! Oh...ok.)
 
(→‎Lua why not: new section)
Line 1: Line 1:
==byte/character separation==
==byte/character separation==
My first thought when I saw [[String Byte Length]] and [[String Character Length]] merged was, "Oh no, we've been through this." But I see that each language is subsected for byte and character length, so this might actually be an improvement; It should be more obvious to passing contributors that there is a distinction. --[[User:Short Circuit|Short Circuit]] 16:48, 20 January 2008 (MST)
My first thought when I saw [[String Byte Length]] and [[String Character Length]] merged was, "Oh no, we've been through this." But I see that each language is subsected for byte and character length, so this might actually be an improvement; It should be more obvious to passing contributors that there is a distinction. --[[User:Short Circuit|Short Circuit]] 16:48, 20 January 2008 (MST)

== Lua why not ==

... Again I hit my head against a copyright-left-up-down problem trying to fix the Lua code... I've found an interesting approach in a [http://lua-users.org/wiki/LuaUnicode Lua users wiki] (at least for UTF-8); the idea is basic and reproducible in other languages... but not for Lua now, since I've seen it on a wiki where the copy←→↑↓ is not explicitly given... digging a while I've found a long thread ending more or less [http://lua-users.org/lists/lua-l/2006-10/msg00470.html here]. But after almost 3 year they still haven't an explicit copy* statement on the wiki... It seems the material can just be read, or I should try to dig the history of the page (not so easily accessible from the web, it seems) to see who wrote that snippet... (feeling defeated by strange laws and ...) --[[User:ShinTakezou|ShinTakezou]] 22:48, 16 April 2009 (UTC)

Revision as of 22:48, 16 April 2009

byte/character separation

My first thought when I saw String Byte Length and String Character Length merged was, "Oh no, we've been through this." But I see that each language is subsected for byte and character length, so this might actually be an improvement; It should be more obvious to passing contributors that there is a distinction. --Short Circuit 16:48, 20 January 2008 (MST)

Lua why not

... Again I hit my head against a copyright-left-up-down problem trying to fix the Lua code... I've found an interesting approach in a Lua users wiki (at least for UTF-8); the idea is basic and reproducible in other languages... but not for Lua now, since I've seen it on a wiki where the copy←→↑↓ is not explicitly given... digging a while I've found a long thread ending more or less here. But after almost 3 year they still haven't an explicit copy* statement on the wiki... It seems the material can just be read, or I should try to dig the history of the page (not so easily accessible from the web, it seems) to see who wrote that snippet... (feeling defeated by strange laws and ...) --ShinTakezou 22:48, 16 April 2009 (UTC)