patator icon indicating copy to clipboard operation
patator copied to clipboard

Fix UnicodeEncodeError issue by encoding string as UTF-8

Open gildasio opened this issue 5 months ago • 0 comments

Closes #193

I had a problem similar to #193 but using HTTP authentication, that's why I fix in these two places, maybe there are more places to fix, but I did not check all of it.

Here is how pycurl handles unicode:

  • http://pycurl.io/docs/7.19.5.3/unicode.html

gildasio avatar May 15 '25 14:05 gildasio