Skip to content
Discussion options

You must be logged in to vote

Its not unicode encoding, its application/x-www-form-urlencoded url encoding. On python, you usually decode that with urllib.parse.unquote(), which I believe is not supported by micropython on most ports. There is a compact solution for unquote() available on the old forum https://forum.micropython.org/viewtopic.php?t=3076. See the last message on that page.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@designrulesco
Comment options

Answer selected by designrulesco
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
Labels
None yet
3 participants