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

Spaces in mod names #3

Open
Noggog opened this issue Dec 28, 2021 · 1 comment
Open

Spaces in mod names #3

Noggog opened this issue Dec 28, 2021 · 1 comment

Comments

@Noggog
Copy link
Member

Noggog commented Dec 28, 2021

Doesnt handle them well

@mrudat
Copy link

mrudat commented Jun 13, 2022

You could escape characters that aren't valid in an identifier, but that could end up looking a bit silly. On the other hand, it's possibly the most reliable way to map an arbitrary string that's a valid Win32 filename to another arbitrary string that's a valid .net identifier without collisions.

"Some Mod With Spaces In Its Name.esl" => Mutagen.Bethesda.FormKeys.SomeGame.Some_20Mod_20With_20Spaces_20In_20Its_20Name_2Eesl ?

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

2 participants