Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SHIFT_JIS filenames cannot be read in UTF8 Mode #13

Open
lightbinder opened this issue May 26, 2023 · 0 comments
Open

SHIFT_JIS filenames cannot be read in UTF8 Mode #13

lightbinder opened this issue May 26, 2023 · 0 comments
Assignees
Labels
bug Something isn't working high priority This has been categorized as a high-priority issue

Comments

@lightbinder
Copy link
Contributor

The root cause of this bug is simple -- in our new UTF8 Mode, a UTF8 aware filesystem and UTF8 encoded filenames are assumed. However, compressed archives (like arc.nsa) that were originally compressed in a SHIFT_JIS file system will continue to have SHIFT_JIS filenames. The solution is to make sure that a conversion to SHIFT_JIS is tried if the UTF8 equivalent is not found.

@lightbinder lightbinder self-assigned this May 26, 2023
@lightbinder lightbinder added bug Something isn't working high priority This has been categorized as a high-priority issue labels May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high priority This has been categorized as a high-priority issue
Projects
None yet
Development

No branches or pull requests

1 participant