Skip to content
New issue

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

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

Already on GitHub? # to your account

Use charset UTF-8 in Custom Json Handler #377

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TsimurSh
Copy link

Unfortunately these changes "Use UTF-8 as character encoding for XML responses" #376 - don't help. You can also test it by using GTFS with polish characters: https://www.ztm.poznan.pl/pl/dla-deweloperow/getGTFSFile/?file=20240924_20240930.zip

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link
Member

@aaronbrethorst aaronbrethorst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, a couple requests:

  1. I need to see a test that demonstrates the issue and shows that this change addresses the problem.
  2. You say "we don't see polish characters in responses without it" — where? can you give me a repro case?

@@ -92,8 +91,9 @@ public String getContentType() {
}
// we used to set charset for callbacks
// after Jackson upgrade to 2.12.0 this no longer works
//return "application/json;charset=" + this.defaultEncoding;
return "application/json";
return "application/json; charset=" + this.defaultEncoding;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm confused by this change given that the comment immediately above it is contradictory.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants