Repro:
- In ProDOS 2.5 create a file named e.g. "AaBbCcDd"
- Boot ProDOS 2.4
- In DeskTop, rename it to "WWXXYYZZ"
Expect:
File shows as either "WWXXYYZZ" (maintaining case) or "Wwxxyyzz" (normal case adjustment)
Actual:
File shows as "WwXxYyZz", since the case bits are untouched by 2.4
This should be done for AppleWorks (AWP/ASP/ADB) files as well, which encode the case bits in the aux type instead (byte-swapped)
Repro:
Expect:
File shows as either "WWXXYYZZ" (maintaining case) or "Wwxxyyzz" (normal case adjustment)
Actual:
File shows as "WwXxYyZz", since the case bits are untouched by 2.4
This should be done for AppleWorks (AWP/ASP/ADB) files as well, which encode the case bits in the aux type instead (byte-swapped)