Results 1 to 1 of 1
Thread: encoding issue in jsp
- 11-25-2008, 07:55 AM #1
Member
- Join Date
- Nov 2008
- Posts
- 1
- Rep Power
- 0
encoding issue in jsp
Hi All,
I have an application where in i have an add and edit option ,when i add/edit an euro symbol it appears as "â?¬267" instead of "€267".
my jsp encoding is as follows:
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Can anyone say me the solution,is it because of pageEncoding="ISO-8859-1"??
i have tried it changing to utf-8 but it failed.
Thankx
Similar Threads
-
Encoding Problem
By GJ! in forum Advanced JavaReplies: 6Last Post: 01-12-2010, 08:09 PM -
How to specify character encoding in JavaMail?
By jfcup in forum JavaServer Pages (JSP) and JSTLReplies: 0Last Post: 10-24-2008, 07:55 PM -
Some help with encoding...
By nm123 in forum NetworkingReplies: 0Last Post: 04-15-2008, 12:22 AM -
Missing text encoding
By talgreen in forum EclipseReplies: 0Last Post: 03-30-2008, 08:14 PM -
How to convert the encoding of a file
By valery in forum New To JavaReplies: 1Last Post: 08-06-2007, 03:48 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks