wimleers / fileconveyor

File Conveyor is a daemon written in Python to detect, process and sync files. In particular, it's designed to sync files to CDNs. Amazon S3 and Rackspace Cloud Files, as well as any Origin Pull or (S)FTP Push CDN, are supported. Originally written for my bachelor thesis at Hasselt University in Belgium.
https://wimleers.com/fileconveyor
The Unlicense
341 stars 95 forks source link

Untitled #49

Closed unn closed 13 years ago

unn commented 13 years ago

Closes #25

unn commented 13 years ago

Not exactly sure if this is the way to do things but it seems to have cleared up some of the sync issues with non ascii file names.

wimleers commented 13 years ago

It's been too long for me since I've been submerged in the Python text encoding mess, so I'll let you guys figure out which one is the best approach. Maybe unn can test Jacob's proposal, to see if it has the same effect?

unn commented 13 years ago

So scratch this. It doeesn't fix it, in either implementation. I'd run transliteration against the file system.