Potential documentation bug in Python 3 Tutorial about locale.setlocale
Aug. 5, 2017
11 a.m.
Perhaps this is incorrect, but the line in section 11.1: locale.setlocale(locale.LC_ALL, 'English_United States.1252') didn’t work. I believe the problem is my platform is Mac OS. The following worked for me but wasn’t obvious: locale.setlocale(locale.LC_ALL, ‘en_US.UTF-8') Overall, your tutorial is fantastic and I appreciate the effort taken to create it. Best, Cory Cory Lanker
3142
Age (days ago)
3142
Last active (days ago)
0 comments
1 participants
participants (1)
-
Cory Lanker