Skip to content

invalid file name character replacement in recent versions #1632

Answered by gildas-lormeau
Codereamp asked this question in Q&A
Discussion options

You must be logged in to vote

The behavior has indeed changed, see #1614.

To revert the changes, update the the hidden option filenameReplacementCharacters (see https://github.com/gildas-lormeau/SingleFile/wiki/Hidden-options) by replacing:

"filenameReplacementCharacters": ["~", "+", "?", "%", "*", ":", "|", """, "<", ">", "\"],

with:

"filenameReplacementCharacters": ["_", "_", "_", "_", "_", "_", "_", "_", "_", "_", "_"],

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@Codereamp
Comment options

@gildas-lormeau
Comment options

@gildas-lormeau
Comment options

@Codereamp
Comment options

@gildas-lormeau
Comment options

Answer selected by gildas-lormeau
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants