Re: String represents arrays of characters.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: String represents arrays of characters.
- From: Tony Finch <dot@...>
- Date: 2010年12月14日 07:51:25 +0000
The problem with treating a string as an array of characters is that characters do not have a uniform size. It is more accurate to treat Lua strings as arrays of bytes.
Tony.
--
f.anthony.n.finch <dot@dotat.at> http://dotat.at/