cancel
Showing results for 
Search instead for 
Did you mean: 

Encoding Character Code

Former Member
0 Kudos

Hi All,

I am trying to exchange character set, especially S-JIS to Unicode by file adapter.

How can I search available character sets?

And How can I input encoding blank of file adapter?

I know below charactor sets is available.

US-ASCII

ISO -8859-1

UTF-8

UTF-16BE

UTF-16LE

UTF-16

Please help anyone.

Thanks,

Shinya Kawagoe

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

These are the encoding types:

ISO-8859-1

ISO-8859-13

ISO-8859-15

ISO-8859-2

ISO-8859-4

ISO-8859-5

ISO-8859-7

ISO-8859-9

KOI8-R

US-ASCII

UTF-16

UTF-16BE

UTF-16LE

UTF-8

UTF8

UnicodeBigUnmarked

UnicodeLittleUnmarked

windows-1250

windows-1251

windows-1252

windows-1253

windows-1254

windows-1257

Check this

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/502991a2-45d9-2910-d99f-8aba5d79...

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks All.

Shinya Kawagoe

stefan_grube
Active Contributor
0 Kudos

For a plain text (non-XML) file try applying Shift_JIS to the file adapter encoding settings.

http://en.wikipedia.org/wiki/Shift_JIS

Ask the system administrator of the PI server, if the codepage is installed, but in most OS systems it is available by default.

Regards

Stefan