Change unicode asterisk
This commit is contained in:
parent
8374fea776
commit
3cd394ec10
2 changed files with 4 additions and 4 deletions
|
|
@ -152,7 +152,7 @@ namespace FileManager
|
|||
replaced[i] = replaced[i] switch
|
||||
{
|
||||
'?' => '?',
|
||||
'*' => '⁎',
|
||||
'*' => '✱',
|
||||
'<' => '<',
|
||||
'>' => '>',
|
||||
'"' => GetQuote(i),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue