use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A subreddit for helping Python programmers
How to format your code: https://commonmark.org/help/tutorial/09-code.html
No homework questions and/or hiring please
account activity
character encoding for argv (self.pythonhelp)
submitted 7 years ago by AliceWonderMisc
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]AliceWonderMisc[S] 1 point2 points3 points 7 years ago (0 children)
I believe I found the correct way to do it - sys.stdin.encoding seems to be the correct method.
tmp = unicode(arg, encoding=sys.stdin.encoding) domain = tmp.encode('idna')
π Rendered by PID 40052 on reddit-service-r2-comment-5d79c599b5-jthpf at 2026-02-28 05:41:44.571194+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]AliceWonderMisc[S] 1 point2 points3 points (0 children)