in reply to Re^3: native byte order integer and utf-8
in thread native byte order integer and utf-8

STDIN/STDOUT is local machine, native, L,

http://developer.chrome.com/extensions/messaging.html#native-messaging

The same format is used to send messages in both directions: each message is serialized using JSON, UTF-8 encoded and is preceded with 32-bit message length in native byte order.
  • Comment on Re^4: native byte order integer and utf-8