improve FAT16 LFN creation support
commit7751ff16a2970cdf87199c64d39dd8c8193c1f6d
authorMartin Decky <martin@decky.cz>
Fri, 13 Apr 2012 14:50:33 +0000 (13 16:50 +0200)
committerMartin Decky <martin@decky.cz>
Fri, 13 Apr 2012 14:50:33 +0000 (13 16:50 +0200)
treeefc88b9f38944daa329eb42dd1ac0294038e40bc
parent4f4cae1e8a0b665761aa194ca5d47eba1ad9495a
improve FAT16 LFN creation support
 * add proper support for non-ASCII characters (by removing them from the legacy 8+3 names and by proper UTF-16 encoding in LFN names)
 * do not use the ugly global 8+3 disambiguation list, but create the legacy 8+3 names on directory basis
 * improve cstyle and code readability
tools/mkfat.py