OT: special characters in property files

2005-04-07 Thread Robert Harper
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.

 

Thanks in advance.

 

Robert S. Harper

Senior Engineer

 



Re: OT: special characters in property files

2005-04-07 Thread Markus Schnhaber
Am Donnerstag, 7. April 2005 20:13 schrieb Robert Harper:
 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.

I seem to remember that you can use the Unicode-escape for the $-character in 
the resource-file, i. e. \u0024.

Regards
mks

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