-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Handle localized text in UTF-8 format #2180
Comments
same problem in pt-BR version is weird #2092 |
ABP doesn't make something like that. However, we should test this and investigate the root problem. Thanks for reporting. |
Yes, thank you. This will unfortunately will be quite a blocker, since the website needs to be translated to Dutch. Perhaps in the meantime we could try to use words that do not contain accents 😅
I don't think so, since that solution seems to be to update Visual Studio? I am pretty much up to date with the latest version of VS 2019. |
@duard-sf I will check it out. : ) |
You need to modify the encoding format of the json file (UTF-8) |
Ah, so simple, yet I haven't thought of it! Thanks all for the help, this resolves the issue 👍 |
I have found that text containing accents (e.g. "é", "è", "ö") are transmitted as "�" from the server.
I have tried inspecting the source code, but I am unable to find anything useful.
Example:
nl.json:
response from application-configuration endpoint:
Perhaps during serialization/de-serialization the text is converted to ASCII? How could we specify that localized text should be handled as UTF-8? That being said, should at least UTF-8 not be the default, to be able to support the various characters used in different languages?
The text was updated successfully, but these errors were encountered: