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

Simple filenames #966

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open

Simple filenames #966

wants to merge 1 commit into from

Conversation

alebianco
Copy link

Added option to use simple filenames and replace unicode characters with their ASCII equivalent.

WHY: when sharing a disk between a linux machine running SB and a windows machine, for example by using Docker with a shared volume, the difference codepages mess up the visualisation of the file names. Everything keeps working just fine but it will look ugly. Using "simple" file names make sure we have maximum readability and stay as close as possible to the original names.

DRAWBACKS: It introduces another dependency to an external library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant