- Joined
- Jan 18, 2013
- Posts
- 879
- Likes
- 229
I replace colons and question marks with alternative characters that look like colons and question marks and keep the format as FAT. This is an extract of a Python program I use for renaming. Unfortunately the question mark is one of the least convincing replacements since it has a lot of white space after it (there is only a single character between the quotes in all cases. The angle brackets look better in most fonts than the one used here.Just got the Q1, does anyone has any idea which file systems are supported by the default firmware besides FAT? I'd like keep the original album name and unfortunately FAT doesn't support question mark or colon characters.
ord('/') : u'∕',
ord('|') : u'¦',
ord(':') : u'∶',
ord('\\') : u'∖',
ord('*') : u'∗',
ord('>') : u'›',
ord('<') : u'‹',
ord('"') : u'″',
ord('?') : u'?'
