"ASCII conversion in node.js simply masks off the high bits, it doesn't do transliteration." ((NodeBuffer string: 'hérité') toString: #ascii) = 'hC)ritC)' ifFalse: [ self error: 'Wrong value' ].