Skip to content

Conversation

ThunderFrame
Copy link
Member

Substitutes illegal characters with underscores.

There could be naming collisions using this approach - These 2 names would rename to the same name.

  • Report_Foo_Bar\Fizz
  • Report_Foo\Bar_Fizz

It might be safer to use a hash when choosing a name.

In theory there could be file-name collisions using this approach. Might
be better to save with a unique hash for the name?
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.

2 participants