Re: Started porting UDD to Python3 (Was: [UDD] Is there some effort to port UDD to Python3?)

2020-05-14 Thread Mattia Rizzolo
And, ideally, somebody would contact whoever is providing that file so that they re-encode it with utf8... On Thu, 14 May 2020, 9:16 pm Stéphane Blondon, wrote: > On 14/05/2020 11:43, Andreas Tille wrote: > > UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc5 in position 11: > invalid cont

Re: Started porting UDD to Python3 (Was: [UDD] Is there some effort to port UDD to Python3?)

2020-05-14 Thread Stéphane Blondon
On 14/05/2020 11:43, Andreas Tille wrote: > UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc5 in position 11: > invalid continuation byte The error is like [1] where the file is not encoded utf-8. 1: https://stackoverflow.com/questions/5552555/unicodedecodeerror-invalid-continuation-byte

Started porting UDD to Python3 (Was: [UDD] Is there some effort to port UDD to Python3?)

2020-05-14 Thread Andreas Tille
On Wed, May 13, 2020 at 07:40:56PM +0200, Andreas Tille wrote: > > > > Use the Vagrant development environment? > > I admit I've never worked with this. You said its pretty simple and I > would guess a python3 branch where everybody commits the code he feels > responsible for and test it would b