Comment on Never create Ruby strings longer than 23 charactersparentComments−chollida112yNo this is incorrect, see:http://stackoverflow.com/q/4562249/25981sizeof(char) is always defined to be one. This can't be altered by a conforming compiler.
Comments
No this is incorrect, see:
http://stackoverflow.com/q/4562249/25981
sizeof(char) is always defined to be one. This can't be altered by a conforming compiler.