Skip to content

Rename should reset (or update?) case bits #187

@inexorabletash

Description

@inexorabletash

Repro:

  1. In ProDOS 2.5 create a file named e.g. "AaBbCcDd"
  2. Boot ProDOS 2.4
  3. 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions