java - Special Characters are displayed in the message obtained from DB in Firefox browser -



java - Special Characters are displayed in the message obtained from DB in Firefox browser -

i displaying web page, *.jsp file.

<%@ page language="java" contenttype="text/html; charset=iso-8859-1" pageencoding="iso-8859-1"%>

and

<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>

lines in jsp.

while retrieving message db in db2 , getting special characters in firefox browser. in ie , displayed fine , without special characters. please help.

java javascript html html-parsing

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -