how to use i18n with jolt client?
I have a problem sending the euro sign within a jolt request. The server is set to use i开发者_运维知识库nternationalization. On the client side i did the folowing:
-the classpath contains jolti18n.jar and joltse.jar
-i set System.setProperty("bea.jolt.encoding", "ISO-8859-1"); this is the charset used on the server -the connection is made using the parameter i18n=trueDoes anyone know what is the problem?
Yes, there is no Euro sign in ISO-8859-1, thus it could not be converted.
Please try setting encoding to UTF-8 instead.
精彩评论