lambda-multipart-parser icon indicating copy to clipboard operation
lambda-multipart-parser copied to clipboard

Handling special characters

Open redaben opened this issue 4 years ago • 1 comments

When I try to parse data that contains a special characters like "é", the result is "�".

redaben avatar Oct 09 '21 20:10 redaben

Did you find a solution for this?

EDIT: you can set defCharset: 'latin1', for busboy and it will work properly

amosbastian avatar May 12 '23 11:05 amosbastian