karthiks3000 / postman-doc-gen

Generate API documentation from a postman collection
MIT License
262 stars 45 forks source link

UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 56057: character maps to <undefined> #17

Closed igormorse closed 2 years ago

igormorse commented 3 years ago

I getting this error when trying to generate from my collection. Probably due special characters like ~, ç, ´, ` and others that are present in my language.

karthiks3000 commented 3 years ago

I dont think those special characters are supported right now. I'll see if I can find a library that handles them, but I dont think I'll get time to look into it anytime soon.