@aljoscha node uses utf8 encoding by default for all of those, we only have the latin16 quirk because crypto.createHash('sha256').update(string)
most unfortunately defaulted to 'binary' before node@<=6.
@aljoscha node uses utf8 encoding by default for all of those, we only have the latin16 quirk because crypto.createHash('sha256').update(string)
most unfortunately defaulted to 'binary' before node@<=6.