cancel
Showing results for 
Search instead for 
Did you mean: 

Encoding Problem

former_member187444
Participant
0 Kudos

Hi Friends;

I have an encoding problem. That is:

If i run my jsp in tomcat and i use

<%@ page contentType="text/html; charset=utf-8"%>

<b>I have no problem in Turkish Character and my popup javascript calendar</b>

But

if I deploy this jsp to portal

<b>Also I have no problem in Turkish Character, but my popup javascript calendar doesnt work.</b>

Also if i change encoding such as that

<%@ page contentType="text/html; charset=ISO-8859-9"%>

<b> I have problem on Turkish Character, but my popup javascript calendar work.</b>

How can handle this work.

THanks for your helps

Best Regards

Eray

Accepted Solutions (1)

Accepted Solutions (1)

former_member182374
Active Contributor
0 Kudos

Hi Eray,

See my answer to Hadar in this thread:

/message/3298880#3298880 [original link is broken]

You need to encode the string you want to show using URLEncoder

Regards,

Omri

Answers (0)