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

Japanese characters are not preserved in backups [BUG} #3

Closed
nthubgit opened this issue Sep 2, 2022 · 1 comment
Closed

Japanese characters are not preserved in backups [BUG} #3

nthubgit opened this issue Sep 2, 2022 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@nthubgit
Copy link

nthubgit commented Sep 2, 2022

Describe the bug
When a backup is made of a project with files that have Japanese characters in the filename, Mojibake (https://en.wikipedia.org/wiki/Mojibake) occurs.

For example,

Before backup: 更新履歴.txt
After backup: 譖エ譁ー螻・豁エ.txt

This doesn't happen to the migrated files, only the backup.

To Reproduce
See above

Expected behavior
Filenames should be preserved.

Screenshots
https://puu.sh/JjhOd/d8c881e641.png

Desktop (please complete the following information):

  • OS: [Windows 10]
  • Version [Build 19044]
@momo-the-monster momo-the-monster added this to the Release 1.0.1 milestone Sep 19, 2022
@momo-the-monster momo-the-monster self-assigned this Sep 19, 2022
@momo-the-monster momo-the-monster added the bug Something isn't working label Sep 19, 2022
@momo-the-monster
Copy link
Contributor

Fixed in 1.0.1 by constructing the FastZip object with a new ZipEntryFactory() { IsUnicodeText = true }; to ensure that entries with Unicode text are saved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants