Even though stream should have according to node.js docs default encoding set to utf-8 (o maybe not?) Try stringify this object: `{b: 'š'}` - `š` is normal czech letter. Result is rather not what would you expect.
Even though stream should have according to node.js docs default encoding set to utf-8 (o maybe not?)
Try stringify this object:
{b: 'š'}-šis normal czech letter.Result is rather not what would you expect.