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

font-patcher: Sanitize output filenames #1029

Merged
merged 1 commit into from
Dec 22, 2022
Merged

Commits on Dec 22, 2022

  1. font-patcher: Sanitize output filenames

    [why]
    The filename is determined by the font (family) name. The font name
    might include characters that are forbidden to use in filenames.
    
    [how]
    Filter output filesnames and prevent any character that is likely
    forbidden under Windows.
    Also prevent control characters.
    
    Translate Windows path separators to posix.
    
    Fixes: #632
    
    Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
    Finii committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    892da43 View commit details
    Browse the repository at this point in the history