Open GoogleCodeExporter opened 8 years ago
I guess, that the method filter(item) in filterFiles.rb should be adopted, to
support the functionality described in
http://www.jroller.com/obie/tags/unicode.
This provides a way to use a translation-table, which could be extended and to
clean up filenames according to the filesystem standards of all systems (it
should be ascii only IMHO, and also we should remove , and . from the real
filename, because these suck).
What do you think?
Original comment by markus...@gmail.com
on 10 Jun 2013 at 4:30
I don't think it shouldn't crash with special characters as long as the target
filesystem supports UTF-8. This has always worked correctly as far as I know.
Original comment by boukewou...@gmail.com
on 15 Jun 2013 at 2:36
This has certainly NOT always worked correctly. At least for me, 0.6.2 crashes
if there are non-ASCII characters in the metadata. I'm not sure about the
latest Git master.
Original comment by tuomo.le...@gmail.com
on 19 Oct 2013 at 11:29
This seems to be a duplicate of
http://code.google.com/p/rubyripper/issues/detail?id=449.
Original comment by tuomo.le...@gmail.com
on 19 Oct 2013 at 3:43
Original issue reported on code.google.com by
markus...@gmail.com
on 30 May 2013 at 8:07