Re: [pylons-discuss] Re: Supervisord and Ascii encoding problem ?

2018-05-19 Thread Mike Orr
This sounds like one of the problems that PEP 538 in Python 3.7 is designed to solve: https://docs.python.org/3.7/whatsnew/3.7.html """ An ongoing challenge within the Python 3 series has been determining a sensible default strategy for handling the “7-bit ASCII” text encoding assumption

[pylons-discuss] Re: Supervisord and Ascii encoding problem ?

2018-05-18 Thread Grey Li
Thank you Jesaja! You saved my day! On Saturday, February 9, 2013 at 12:15:46 AM UTC+8, Jesaja Everling wrote: > > Hi Laurent, > > I definitely remember having the same problem with Supervisor. I can't > remember exactly what I changed at the moment, but It might have been > this: > >

Supervisord and Ascii encoding problem ?

2013-02-08 Thread Laurent DAVERIO
Hello list, I have a very vague question about Supervisord. Today, I managed to solve (or work around) an annoying Ascii encoding problem that kept coming up several times in a Pylons app of mine. The problem was occurring in a method trying to open files with special characters in their

Re: Supervisord and Ascii encoding problem ?

2013-02-08 Thread Jesaja Everling
Hi Laurent, I definitely remember having the same problem with Supervisor. I can't remember exactly what I changed at the moment, but It might have been this: [supervisord] environment=LC_ALL='en_US.UTF-8',LANG='en_US.UTF-8' This is in my /etc/supervisor/supervisord.conf. If this is in there by

Re: Supervisord and Ascii encoding problem ?

2013-02-08 Thread Laurent DAVERIO
Thank you very much Jesaja, I'll keep that in mind :-) Laurent. Le 08/02/13 17:15, Jesaja Everling a écrit : Hi Laurent, I definitely remember having the same problem with Supervisor. I can't remember exactly what I changed at the moment, but It might have been this: [supervisord]