Issue 23: bytes truncation
Status:  Fixed
Owner:
Closed:  Aug 2010
Project Member Reported by gameh...@gmail.com, Apr 5, 2010
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
I have fixed this for the cases I could test - think it's good.
Status: Fixed