[S3tools-general] unicode

2014-01-13 Thread Matt Domsch
There are a ton of bug reports with regard to Unicode conversions. I don't know what the best way to deal with them all are - so far I've been ignoring them. I suspect the right answer is to somehow go through all the code, and everywhere there may be a unicode value (e.g. anything input on the c

[S3tools-general] unicode, wildcards

2010-04-08 Thread Joe Holt
Hello, the s3cmd 'mv' command fails if the source contains non-ASCII characters, for example: $ s3cmd mv s3://bucket1/Thörn.wav s3://bucket2/ Problem: UnicodeEncodeError: ('ascii', u's3://bucket1/Th\xf6rn.wav', 15, 16, 'ordinal not in range(128)') S3cmd: 0.9.9.91 Traceback (most recent call

Re: [S3tools-general] Unicode support?

2008-08-18 Thread Michal Ludvig
Hi Carlos, UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 59: ordinal not in range(128) would you like to give the attached patch a try and tell me if it helps? Thanks Michal Index: s3cmd === --

[S3tools-general] Unicode support?

2008-08-18 Thread Carlos Reyes
s3cmd ls s3://us.rcadvisor.com/users >us-users-08-08-18.txt ! An unexpected error has occurred. Please report the following lines to: s3tools-general@lists.sourceforge.net ! S3cmd: 0.9.8.3 Python: 2.5.2 (r252