On Mittwoch 11 März 2009, Michal Čihař wrote: > Hi > > Do you have any plans to make tagpy work with unicode file names? In > Debian I just got following bug report for that.
No, I don't think so. On Unix (Linux), the reality is that a filename is a bunch of bytes. Any encoding on top of it is an illusion that's maintained for the user's sake, but it breaks far too often on 'practical' filesystems to be something I'd include in an API of mine. If an app on top of tagpy wants to support that illusion, they need to deal with the complexity arising from it. (Glib has code for that, for example) Taglib seems to agree, btw. Windows does support 'real' Unicode filenames, but I honestly couldn't care less. Andreas
signature.asc
Description: This is a digitally signed message part.

