Skip to content

Function getIdentifier does not remove special characters #42

@end2endzone

Description

@end2endzone

The function getIdentifier does not properly sanitize characters from filenames.

For example the file C:\Users\foobar\AppData\Local\Temp\demo-sample.cpp generate the identifier demo-sample which contains the invalid c++ character - (dash).

The function must remove all invalid c++ characters such as +-*/=!"/$%?&()½¾.,;<>^¸¨: .

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions