On Fri, Jul 5, 2013 at 12:03 AM, Arseniy Pavlenko <[email protected]> wrote:

> Any updates/workarounds for 8 bit binary strings?
>

JS doesn't support them, so v8 doesn't either. You cannot legally use
Strings for arbitrarily-encoded data. You _can_ wrap your own Buffer types
which point to such memory, but it is illegal to convert their contents to
a JS string.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to