My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 23: bytes truncation
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  gameh...@gmail.com
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

Powered by Google Project Hosting