RE: special characters in property files

2005-04-08 Thread Pawson, David
I need to retrieve a value from a property file with a '$' as part of the data. How do I decorate this character so that the value will be loaded when I call ResourceBundle.getString() ? I am not having much success googling for it. If its an XML file, then specify the enc

RE: special characters in property files

2005-04-07 Thread David Owens
I didn't it was trial and error... I couldn't get \$ to work. I had this problem in my realm configuration. |)ave -Original Message- From: Robert Harper [mailto:[EMAIL PROTECTED] Sent: Thursday, April 07, 2005 1:18 PM To: 'Tomcat Users List' Subject: RE: special ch

RE: special characters in property files

2005-04-07 Thread Robert Harper
I ended up finding that \$ would work too. Where to I find a doc that explains all this? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: special characters in property files

2005-04-07 Thread David Owens
I know on Tomcat 5.0.x I had to escape the '$' by doing '$$' |)ave -Original Message- From: Robert Harper [mailto:[EMAIL PROTECTED] Sent: Thursday, April 07, 2005 12:14 PM To: Tomcat Users Subject: OT: special characters in property files I need to retrieve a value from a property file

RE: Special characters

2003-06-22 Thread Laurent FĂ©ral-Pierssens
David, I had this problem quite a few months back for the first time and was not able to solve it... Untill It surfaced again last week. The solution I used is fairly simple, here is my entry for this issue. Let me know if it works. Laurent *** Description: Webapp does

RE: Special characters

2003-06-12 Thread Bodycombe, Andrew
There should not be an '=' after the iso-8859-1. What does echo $CATALINA_OPTS show? Andy -Original Message- From: David Del Sacramento [mailto:[EMAIL PROTECTED] Sent: 12 June 2003 15:27 To: Tomcat Users List Subject: RE: Special characters Thnaks Andy, I did export CAT

Re: Special characters

2003-06-12 Thread Tim Funk
someone posted an FAQ on this a while ago, if I remember correctly. check the archives. - Original Message - From: David Del Sacramento To: Tomcat Users List Sent: Thursday, June 12, 2003 5:13 PM Subject: RE: Special characters I proved that, but it isn't work :-( A

Re: Special characters

2003-06-12 Thread Dominic Parry
someone posted an FAQ on this a while ago, if I remember correctly. check the archives. - Original Message - From: David Del Sacramento To: Tomcat Users List Sent: Thursday, June 12, 2003 5:13 PM Subject: RE: Special characters I proved that, but it isn't work :-(

RE: Special characters

2003-06-12 Thread David Del Sacramento
David Del Sacramento > [mailto:[EMAIL PROTECTED] > Sent: 12 June 2003 16:27 > To: Tomcat Users List > Subject: RE: Special characters > > > Thnaks Andy, > > I did export CATALINA_OPTS, but I got the next > error. > > ---

RE: Special characters

2003-06-12 Thread Roberts, Eric
Just try <%@ page contentType="text/html; charset=UTF-8" %> - it worked for me! -Original Message- From: David Del Sacramento [mailto:[EMAIL PROTECTED] Sent: 12 June 2003 16:27 To: Tomcat Users List Subject: RE: Special characters Thnaks Andy, I did export CATALINA_OPT

RE: Special characters

2003-06-12 Thread David Del Sacramento
Thnaks Andy, I did export CATALINA_OPTS, but I got the next error. - java.io.UnsupportedEncodingException: iso-8859-1= at sun.io.Converters.getConverterClass(Converters.java:107) at sun.io.Converters.newConverter(Converters.java:

RE: Special characters

2003-06-12 Thread Bodycombe, Andrew
You have to specify the file.encoding system property export CATALINA_OPTS="-Dfile.encoding=iso-8859-1" Then restart tomcat. HTH, Andy -Original Message- From: David Del Sacramento [mailto:[EMAIL PROTECTED] Sent: 12 June 2003 15:04 To: [EMAIL PROTECTED] Subject: Special characte

Re: Special characters

2003-02-19 Thread Kaarle Kaila
At 15:59 19.2.2003 +0100, you wrote: I have changed Jserv to Tomcat. I'm in trouble with special characters and I dont't know where is the problem. All the special characters that servlet writes to the web page are changed by a '?' character. I add the useUnicode & characterEncoding parameters o

Re: Special characters

2003-02-19 Thread Cindy Ballreich
At 03:59 PM 2/19/03 +0100, Carlos Godoy wrote: >I have changed Jserv to Tomcat. >I'm in trouble with special characters and I dont't know where is the >problem. > >All the special characters that servlet writes to the web page are changed >by a '?' character. > >I add the useUnicode & characterEnco