Bugfix: change detection for additional special characters

This commit is contained in:
Tobias Hößl 2021-03-31 21:43:52 +02:00
parent 2f9b6aba95
commit 7275aa69af
No known key found for this signature in database
GPG Key ID: 1D780C7599C2D2A2
1 changed files with 15 additions and 1 deletions

View File

@ -547,7 +547,21 @@ export class DiffService {
'§': '§',
'é': 'é',
'’': '',
'€': '€'
'€': '€',
'®': '®',
'™': '™',
'»': '»',
'«': '«',
'Â': 'Â',
'â': 'â',
'Ç': 'Ç',
'ç': 'ç',
'È': 'È',
'è': 'è',
'Ñ': 'Ñ',
'ñ': 'ñ',
'Ë': 'Ë',
'ë': 'ë'
};
html = html