Asterios Katsifodimos wrote:

> Hi all,
> 
> I would like to know if there is a way to set the value of a variable
> (key) to be the space character in a PropertiesConfiguration file.
> 
> for example
> 
> variable = " "
> 
> could I use the double quotes to do that?

Did you try to enter it as Unicode character?

variable=\u0020

- Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org

Reply via email to