After I called the SAP RFC by JAVA, I get the returned data and print it in Eclipse. But Eclipse console shows the wrong encoded character which is not right (returned data language is Traditional Chinese).
My SAP codepage is 1100. And I've tried to set the different codepage including 8400, 8402, 8300, but still not work.
connectProperties.getProperty(DestinationDataProvider.JCO_CODEPAGE, "8400");
How to solve this?