From 7275aa69af3fdbd14b407e2b6200eacb5aa9b39a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Ho=CC=88=C3=9Fl?= Date: Wed, 31 Mar 2021 21:43:52 +0200 Subject: [PATCH] Bugfix: change detection for additional special characters --- client/src/app/core/ui-services/diff.service.ts | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/client/src/app/core/ui-services/diff.service.ts b/client/src/app/core/ui-services/diff.service.ts index c29717ecf..33bb4d247 100644 --- a/client/src/app/core/ui-services/diff.service.ts +++ b/client/src/app/core/ui-services/diff.service.ts @@ -547,7 +547,21 @@ export class DiffService { '§': '§', 'é': 'é', '’': '’', - '€': '€' + '€': '€', + '®': '®', + '™': '™', + '»': '»', + '«': '«', + 'Â': 'Â', + 'â': 'â', + 'Ç': 'Ç', + 'ç': 'ç', + 'È': 'È', + 'è': 'è', + 'Ñ': 'Ñ', + 'ñ': 'ñ', + 'Ë': 'Ë', + 'ë': 'ë' }; html = html