cancel
Showing results for 
Search instead for 
Did you mean: 

About File Encoding for multiple Languages

Former Member
0 Kudos

Hi My Scenario is Paroxy to File.

I am getting multiple languages from the proxy and need to write all the languages in one scv file.

I used UTF-8 File Encoding in the receiver file channel so that all languages comes except Hebrew.

I want to write Hebrew language also in the same file.

If i use ISO-8859-8 Hebrew language writes and other languages are showing as some special characters.

How to sole this problem? I want to write the file with all the languages.

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I used UTF-8 File Encoding in the receiver file channel so that all languages comes except Hebrew.

UTF-8 covers almost all known characters, of which Hebrew is also a part.

shivhare
Active Contributor
0 Kudos

Hi t these are the two point you can try

1 check your JDK version should be > 1.5 cause in lower version ISO-8859-8 converter incorrectlly reports macron as unconvertible. this is JAVA Bug Release Fixed 1.5

2 try with encoding ISO-8859-1

Regards,

Amit

stefan_grube
Active Contributor
0 Kudos

> 2 try with encoding ISO-8859-1

That won't help as no hebrew characters are in this codepage

Former Member
0 Kudos

Thanks for replies

Yes Stephen in Excel file it shows special characters.

If I open the same file in note pad it shows all languages correctly including Hebrew.

I want to see the same in Excel file also. Is any language packs need to apply for the Excel?

Rpl Pls

Thanks

stefan_grube
Active Contributor
0 Kudos

> I used UTF-8 File Encoding in the receiver file channel so that all languages comes except Hebrew.

> I want to write Hebrew language also in the same file.

Are you sure that it is not like the hebrew characters are part of the file but you cannot view it?

> If i use ISO-8859-8 Hebrew language writes and other languages are showing as some special characters.

same here.