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

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -