aboutsummaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2021-12-05 15:52:11 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2021-12-05 15:52:11 +0300
commit5c9ee3ae65f735e143355715ffbfeeae7391093d (patch)
tree80802b53f182058ca75c0ea109736c831e7a3c33 /Source
parenteddf6fcea2eeb55ab0930e7b21da1419e7560805 (diff)
Add Ø to CleanUp
Diffstat (limited to 'Source')
-rw-r--r--Source/Assistant/HttpClientUtil.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Assistant/HttpClientUtil.cs b/Source/Assistant/HttpClientUtil.cs
index f9c144b..3ad5d85 100644
--- a/Source/Assistant/HttpClientUtil.cs
+++ b/Source/Assistant/HttpClientUtil.cs
@@ -68,6 +68,7 @@ namespace Rehau.Sku.Assist
.Replace("РХ", "")
.Replace("º", " ")
.Replace(".", " ")
+ .Replace("Ø", " ")
.ToString();
}
}