Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7609125
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T01:05:44+00:00 2026-05-31T01:05:44+00:00

I use HttpUrlConnection to post outside a json but seems Chinese characters are changing

  • 0

I use HttpUrlConnection to post outside a json but seems Chinese characters are changing to ?????
I tried with different encoding style like utf-16,big 5 but I cant understand what is causing this.
When I debug this, I can see chineese character before post, but when post, it changes why?
code parts is in the below

        String postData,String charset) throws MalformedURLException, IOException{
        URL url = new URL(targetUrl);
        HttpURLConnection connection = (HttpURLConnection) url.openConnection(
                                                                Proxy.NO_PROXY);
        connection.setConnectTimeout(postTimeout);
        connection.setDoOutput(true);
        connection.setInstanceFollowRedirects(false);
        connection.setRequestMethod("POST");
        connection.setRequestProperty("Content-Type", 
                                    contentType+"; charset="+charset);//+charset.getName().toUpperCase());//+charset.getName());



        sleep(sleepTime);
        OutputStream os = connection.getOutputStream();
        //"UnicodeBigUnmarked"
//        
//        byte[] bt= postData.getBytes();
//        System.out.println(bt);
//        os.write(bt);
//        System.out.println();
//        os.flush();
        //System.out.println(postData);
        try
        {
            Writer writer = new OutputStreamWriter(os, charset);
            writer.write(postData);
            writer.flush();
            writer.close();
        } catch (IOException e) {
            logger.severe("Http POST exception");

        } finally {
            if (os != null) {
                os.close();
            }
        }



       int responseCode = connection.getResponseCode();

       connection.disconnect();

       return responseCode;

I tried with big5,utf-16, but still no change.

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T01:05:45+00:00Added an answer on May 31, 2026 at 1:05 am

    I believe that you should use the unicode ascii-safe representation in JSon like explained here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I use HttpURLConnection to do HTTP POST but I dont always get back the
I Use BufferedInputStream For HTTP POST/GET But I Get Some Error the Below java.io.FileNotFoundException:
I'd like to use the Java class HttpURLConnection to connect to a particular device
Here's just this example: http://www.xyzws.com/Javafaq/how-to-use-httpurlconnection-post-data-to-web-server/139 Why it feels so strange?
use this website a lot but first time posting. My program creates a number
use Service layer to persist data into database. But the Unit Test does not
While debugging a WCF service I came across this issue. I use an HttpURLConnection
I want to use HttpURLConnection to open a long-living connection to a server via
What is the best way to use preemptive basic http authentication using HttpUrlConnection. (Assume
I have a question regarding how to use JSON integration in Android. For example

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.