on 2008 Mar 22 1:32 PM
Hi ,
how can we convert the special characters using file conversion parameters
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
You must specify the value UTF-8 for XML text documents that are coded in UTF-8. Text files that are neither in the system code page nor are coded in UTF-8 can only be read if the corresponding code page is available in the Java runtime environment. The file content is converted to the UTF-8 code page before it is sent.
Permitted values for the code page are the existing Charsets of the Java runtime. According to the SUN specification for the Java runtime, at least the following standard character sets must be supported:
Also Try SJIS, JIS, UTF-8,UTF-16..and even binary transfer...
Refer
How To Work with Character Encodings in Process Integration
Thanks
Swarup
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Normally you are using encoding standard utf-8859-1
it doesnt support spl char like &, and some foriegn char...
so you have to convert UTF-8 into ISO-8859-1 using java mapping or XSLT mapping
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
77 | |
30 | |
8 | |
8 | |
7 | |
7 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.