witty-crayon-22786
06/15/2018, 2:47 AMwitty-crayon-22786
06/15/2018, 2:47 AMrough-minister-58256
06/15/2018, 2:47 AMrough-minister-58256
06/15/2018, 2:48 AMwitty-crayon-22786
06/15/2018, 2:48 AMwitty-crayon-22786
06/15/2018, 2:48 AMrough-minister-58256
06/15/2018, 2:49 AMwitty-crayon-22786
06/15/2018, 2:50 AMwitty-crayon-22786
06/15/2018, 2:50 AMrough-minister-58256
06/15/2018, 2:50 AMrough-minister-58256
06/15/2018, 2:50 AMrough-minister-58256
06/15/2018, 2:51 AMwitty-crayon-22786
06/15/2018, 2:51 AMrough-minister-58256
06/15/2018, 2:51 AMwitty-crayon-22786
06/15/2018, 2:51 AMrough-minister-58256
06/15/2018, 2:51 AMwitty-crayon-22786
06/15/2018, 2:52 AMwitty-crayon-22786
06/15/2018, 2:53 AMwitty-crayon-22786
06/15/2018, 3:37 AMaloof-angle-91616
06/15/2018, 5:22 AMException message: 'ascii' codec can't encode character u'\u2018' in position 979: ordinal not in range(128)
, is there an expression with .decode()
or .encode()
that should likely be happening somewhere? it comes up in ci environments sometimes when there's an error when running the pex Installer
class, and i can see where to change, but not what to changerough-minister-58256
06/15/2018, 5:32 AMrough-minister-58256
06/15/2018, 5:32 AMrough-minister-58256
06/15/2018, 5:32 AMPython will default to ASCII as standard encoding if no other encoding hints are given.
rough-minister-58256
06/15/2018, 5:35 AM# -*- coding: utf-8 -*-
rough-minister-58256
06/15/2018, 5:35 AM#!
linealoof-angle-91616
06/15/2018, 5:35 AMaloof-angle-91616
06/15/2018, 5:35 AMrough-minister-58256
06/15/2018, 5:36 AMs/Unicode Character 'LEFT SINGLE QUOTATION MARK' /'/g
?rough-minister-58256
06/15/2018, 5:36 AMaloof-angle-91616
06/15/2018, 5:36 AM