Merge pull request #5987 from CatoTH/bugfix/escape-special-characters

Bugfix: change detection for additional special characters
This commit is contained in:
Emanuel Schütze 2021-04-01 09:08:44 +02:00 committed by GitHub
commit 2d4419530e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 1 deletions

View File

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