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

Ever filename and directory name has an unprintable unicode char #8

Open
Slimicus opened this issue Oct 24, 2019 · 0 comments
Open

Comments

@Slimicus
Copy link

Every (or almost every) file and folder has an unprintable unicode character in the name.. 0x2002 {en space}

I tried to make a sln file for the root of this zip file since each listing has just a few lines of code and it's ridiculous to open every one as a new instance of VS or re-open multiple ones since it takes so long.. but VS was claiming it couldn't find the files because of that character..

I wrote a program to rename all the folders and files recursively to remove it and it worked fine after that, but take out the special unprintable unicode space character, there's no need for it in the filenames. It just causes confusion.

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

No branches or pull requests

1 participant