- **Version**: v6.7.0 - **Platform**: Win10 x64 v1511 according to the docs ``` js const buf2 = Buffer.from('tést'); // Prints: tés console.log(buf2.toString('utf8', 0, 3)); ``` the actual output is ``` té ```