mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
helpers: add ø to GetSpecialName()
Origin commit data
------------------
Commit: 4d89394141
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-02-18 (Sun, 18 Feb 2024)
Origin message was:
------------------
- helpers: add ø to GetSpecialName()
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -2101,6 +2101,7 @@ std::string GetSpecialName(std::string name)
|
||||
name = str_replace("ö", "oe", name);
|
||||
name = str_replace("ü", "ue", name);
|
||||
name = str_replace("ß", "ss", name);
|
||||
name = str_replace("ø", "o", name);
|
||||
name = str_replace("+", "-", name);
|
||||
name = str_replace("&", "-", name);
|
||||
name = str_replace("!", "-", name);
|
||||
|
Reference in New Issue
Block a user