Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apostroph im Landesnamen soll escaped werden #26

Closed
iljamobilemojo opened this issue Sep 1, 2021 · 0 comments
Closed

Apostroph im Landesnamen soll escaped werden #26

iljamobilemojo opened this issue Sep 1, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@iljamobilemojo
Copy link
Collaborator

iljamobilemojo commented Sep 1, 2021

Fehlerbeschreibung

Wenn in einem aktiven Land ein Apostroph vorkommt, wird es nicht korrekt in die Konfiguration übernommen.

Zum Beispiel:

window.EnderecoIntegrator.countryCodeToNameMapping = JSON.parse('{"DE":"Deutschland","BE":"Belgien","AT":"\u00d6sterreich","CI":"C\u00f4te d'Ivoire "}');

Im Browser wird dabei die Meldung Uncaught SyntaxError: missing ) after argument list ausgegeben.

Gewünschte Lösung
Apostroph isolieren.

@iljamobilemojo iljamobilemojo self-assigned this Sep 1, 2021
@iljamobilemojo iljamobilemojo added the bug Something isn't working label Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants