francismeynard / lambda-multipart-parser

This nodejs module will parse the multipart-form containing files and fields from the AWS lambda event object. It works very well parsing binary and text files.
MIT License
67 stars 25 forks source link

Handling special characters #8

Open redaben opened 2 years ago

redaben commented 2 years ago

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

amosbastian commented 1 year ago

Did you find a solution for this?

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