fixes following issues:
commit12e8f5f498b698aee6453ad46b794fbbe31460c7
authorRoman 'gryf' Dobosz <gryf73@gmail.com>
Wed, 5 Sep 2012 11:23:15 +0000 (5 14:23 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Wed, 5 Sep 2012 11:58:14 +0000 (5 14:58 +0300)
treedb12344505ccfae8fe1e84ac3f982c7f2ebad505
parent8db3c51d36f74cc7c03e80db3f6d2301dd85dbc9
fixes following issues:

 * F3/F4 on 'del' and 0-length files works, however it is impossible to change 'del'
   files (cached content can be confusing)
 * Koala files and other with non-ASCII characters are supported (implemented directory
   reading routine in pure python - for now only D64 format is supported)
 * Added workaround for filenames with space at the beginning (however, as it was stressed
   before, it is more generic issue than this script. Maybe it is good idea to use pcre
   instead of iterating and splitting?)
 * minor bugfixes and code cleanup

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
src/vfs/extfs/helpers/uc1541