Skip to content Skip to sidebar Skip to footer
Showing posts with the label Utf8 Decode

Reading Utf-8 Escape Sequences From A File

I have an utf-8 encoded file that contains multiple lines like \x02I don't like \x0307bananas\… Read more Reading Utf-8 Escape Sequences From A File

Python Post Request Encoding

here's the situation, i'm sending POST requests and trying to fetch the response with Pytho… Read more Python Post Request Encoding