Skip to content

Commit

Permalink
fix: no quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleytodd committed Aug 31, 2024
1 parent 80118be commit 7c8607c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ function decodefield (str) {
value = getlatin1(binary)
break
case 'utf-8':
case 'utf8':
case utf8:
value = Buffer.from(binary, 'binary').toString('utf8')
break
default:
Expand Down

0 comments on commit 7c8607c

Please sign in to comment.