duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Duplicity-talk] Issues with 0.6.0: charset issues?


From: Gabriel Ambuehl
Subject: [Duplicity-talk] Issues with 0.6.0: charset issues?
Date: Sun, 14 Jun 2009 21:23:58 +0200
User-agent: KMail/1.11.90 (Linux/2.6.28-12-generic; KDE/4.2.90; i686; ; )

Another issue I've come across:

One issue is the following (this is relatively easy to reproduce but does not 
seem harmful per se):

Selecting Documents/export.opml                                                 
             
Comparing ('export.opml',) and None                                             
                       
Getting delta of (('export.opml',) Documents/export.opml reg) and None          
             
A export.opml                                                                   
                       
Traceback (most recent call last):                                              
                       
  File "/usr/lib/python2.6/logging/__init__.py", line 773, in emit              
                       
    stream.write(fs % msg.encode("UTF-8"))                                      
                       
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 38: 
ordinal not in range(128)     
Comparing ('linsen f\xc3\xbcr elena',) and None                                 
                       
Traceback (most recent call last):                                              
                       
  File "/usr/lib/python2.6/logging/__init__.py", line 773, in emit              
                       
    stream.write(fs % msg.encode("UTF-8"))                                      
                       
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 75: 
ordinal not in range(128)     
Traceback (most recent call last):                                              
                       
  File "/usr/lib/python2.6/logging/__init__.py", line 773, in emit              
                       
    stream.write(fs % msg.encode("UTF-8"))                                      
                       
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 10: 
ordinal not in range(128)     
Traceback (most recent call last):                                              
                       
  File "/usr/lib/python2.6/logging/__init__.py", line 773, in emit              
                       
    stream.write(fs % msg.encode("UTF-8"))                                      
                       
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 38: 
ordinal not in range(128)     
Comparing ('linsen f\xc3\xbcr elena~',) and None                                
                       
Traceback (most recent call last):                                              
                       
  File "/usr/lib/python2.6/logging/__init__.py", line 773, in emit              
                       
    stream.write(fs % msg.encode("UTF-8"))                                      
                       
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 76: 
ordinal not in range(128)     
Traceback (most recent call last):                                              
                       
  File "/usr/lib/python2.6/logging/__init__.py", line 773, in emit              
                       
    stream.write(fs % msg.encode("UTF-8"))                                      
                       
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 10: 
ordinal not in range(128) 


The other bug makes fail a backup flat-out but I am still working on finding a 
good test case for it.

Thanks for your time,
Gabriel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]