| Issue 23: | bytes truncation | |
| 1 person starred this issue and may be notified of changes. | Back to list |
a heads up in regards to cpp: haxe.io.Bytes.toString() will return a cstring and not necessarily the full string data after a batch of byte-by-byte manipulation. Case in point: haxe.Md5.encode() -> haxe.io.Bytes.fromString(encoded) -> (de-hex the bytes via processing) -> haxe.io.Bytes.toString = 9 characters
Aug 4, 2010
Project Member
#1
gameh...@gmail.com
Status:
Fixed
|