Skip to content

Use default charset (server side) instead of hard-coded ISO-8895-1 #14

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

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

Conversation

naveenpgit
Copy link

@naveenpgit naveenpgit commented Apr 1, 2025

Use default charset (server side) instead of hard-coded ISO-8895-1

more details are in the Ticket: https://support.fusioncharts.com/helpdesk/tickets/544292

Main issue is Export charts with Japanese chars , the charectes are garbled

fusionexport-java-client while preparing the multipart payload in class HttpConnectionManager.addReqParam(String key, String value) which calls http4 Mime library builder MultipartEntityBuilder.addTextBody(key, value) which adds request param with content type DEFAULT_TEXT that has encoding ISO_8859_1 because of that the payload is all garbled when sent to fusion-server

Before

image

After

image

Use default charset (server side) instead of hard-coded ISO-8895-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant