cancel
Showing results for 
Search instead for 
Did you mean: 

not appear u00BF and accents in my app

Former Member
0 Kudos

Hi, i´m doing an application in spanish... but when i write some accent, ñ or ¿ appear a strange symbol, how can avoid it?

Thanks,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I use special character such as:

Aacute; Á Agrave; À

Eacute; É Egrave; È

Iacute; Í Igrave; Ì

Oacute; Ó Ograve; Ò

Uacute; Ú Ugrave; Ù

aacute; á agrave; à

eacute; é egrave; è

iacute; í igrave; ì

oacute; ó ograve; ò

uacute; ú ugrave; ù

....

Message was edited by:

Victor Capi

Former Member
0 Kudos

Hi Victor,

change the codepage of the JSP.

the correct HTML header would be:

META http-equiv="Content-Type" content="text/html; charset=UTF-8"

Because I can not post the complete tag here, it is obvious to add the < and the > sign

Hope this helps to solve the issue.

Regards,

Oliver

Message was edited by:

Oliver Kaluscha

Former Member
0 Kudos

Don´t work. I tried with charset=UTF-8 and charset=iso-8859-1 but not...

Former Member
0 Kudos

Hi,

send me one JSP page and the HTML code - I guess you have issues with the correct header! Send by mail, I will look ointo it!

Regards,

Oliver

Former Member
0 Kudos

Don´t work...

In NWDS, in screen preview work... in IE or Mozilla don´t work...

Why?

Thanks,