I've got a key = value
property in the .properties file:
give names: (1) code = xxx
... but when I tried to get that key, it threw an error:
No message found under code give names: (1) code = xxx
I tried escaping the whitespace with \
but it didn't work.
Do I need to escape :
,(
, and )
characters as well?