chibisafe / uploader

The chibisafe uploader
MIT License
1 stars 2 forks source link

:bug: (ChibiUploader) change character set from default latin1 to utf8 #11

Closed xylonx closed 7 months ago

xylonx commented 7 months ago

The default charset for multipart forms is latin1 in Busboy. Manually set it to utf8 to solve unicode compatible problem.

I write more details in https://github.com/chibisafe/chibisafe/issues/537

iCrawl commented 7 months ago

The actual GOAT