Then you will have to figure out which encoding standard supports the
character set you are using and the special characters you want to use. May
be you will have to use different charset in the iso series.
Following are the web sites which I used to solve this kind of problem.

http://www.cs.tut.fi/~jkorpela/chars.html
http://www.asciitable.com/
http://www.w3.org/TR/2004/WD-charmod-20040225/#Unicode_Encoding_Form
http://www.i18nguy.com/unicode/codepages.html
http://www.unicode.org/charts/
http://www.iana.org/assignments/character-sets

HTH
-Amar


-----Original Message-----
From: Emmanouil Batsis [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 02, 2004 9:34 AM
To: Struts Users Mailing List
Subject: Re: how to handle special characters like "®"



Apologies for jumping in but this does not solve the problem. What 
happens when you dont want to use latin characters and iso-8859-1 is not 
an option?

Manos

Jirole, Amar wrote:

> Following entry in weblogic web.xml fixed problem for us
> 
>       <context-param>
>               <param-name>weblogic.jsp.encoding</param-name>
>               <param-value>iso-8859-1</param-value>
>       </context-param>
> 
> Use this in conjunction with line in all of your jsp/html
> 
> <meta http-equiv="Content-Type" content="text/html; 
> charset=iso-8859-1">
> 
> HTH
> -Amar
> 
> -----Original Message-----
> From: Niall Pemberton [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 02, 2004 8:40 AM
> To: Struts Users Mailing List
> Subject: Re: how to handle special characters like "®"
> 
> 
> Try
> 
>  &reg;
> 
> 
> 
> ----- Original Message -----
> From: "Christina Siena" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, June 29, 2004 11:41 PM
> Subject: how to handle special characters like "®"
> 
> 
> I am trying to figure how to handle special characters like "®".
> 
> When the form is posted, the form attribute contains "®" instead of 
> "®".
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to