Commit Graph

7 Commits

Author SHA1 Message Date
Christopher Williams 30ca13c626 R0.16 patch 1
August 3, 2025

The Unicode conversion module, ffunicode.c, linked at LFN configuration occupies
a large amount of memory when it is configured for DBCS.
From a suggestion in user forum, I have found that there is much room for improvement
of the compression ratio of 6 out of 8 conversion tables. This is the result in
table size by modification of compression algorithm.

Japanese (932)               59k  ==>   47k (-12k)
Simplified Chinese (936)    174k  ==>   97k (-77k)
Korean (949)                136k  ==>  103k (-33k)
Traditional Chinese (950)   108k  ==>   78k (-30k)
All CP (0)                  482k  ==>  329k (-153k)
2025-08-04 16:35:49 -07:00
Christopher Williams 04d5545d67 FatFs R0.15, released November 6, 2022 2022-11-08 17:31:20 -07:00
Christopher Williams 258d0cbbf0 FatFs R0.14, released October 14, 2019 2019-11-14 17:35:48 -07:00
Christopher Williams f2bf030bfd FatFs R0.13c, released October 14, 2018 2019-01-09 17:13:03 -07:00
Christopher Williams 9c7d461c41 FatFs R0.13b, released April 7, 2018 2018-04-14 23:23:25 -07:00
Christopher Williams 7ee1f4cc87 FatFs R0.13a, released October 14, 2017 2017-11-11 23:43:22 -07:00
Christopher Williams 5df4ed1877 FatFs R0.13, released May 21, 2017 2017-08-15 20:05:43 -07:00