cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with language specific characters on e-mail sending

Former Member
0 Kudos

Hi,

Problem with language specific characters on e-mail sending.

How can it be fixed?

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

subj = new String(subj.getBytes("ISO8859-9"), "ISO8859-1");

Former Member
0 Kudos

whats the issue you are facing ?

Former Member
0 Kudos

Hi,

I prepared string that contain html code.

Html code has table in it .

Table cells has some text.

Text has language specific characters in it, for example some characters are Turkish specific.

When i send e-mail ,Turkish specific characters is changed with ?? (Question mark)

How can it be solved?

Thanks.

Former Member
0 Kudos

Hi,

try to work on the charecter code set UTF-8 or UTF-16. You can define this in html.

Or encode the charecter using java script.

Hope this may help you.

Deepak!!!

Former Member
0 Kudos

Hi,

its not a webdynpro issue.. look for the different text encode options.

Thanks

Rahul