I have a key = value property in a .properties file:
give names: (1) code = xxx
... but when I tried to get this key, it gave an error:
No messages found under code, give names: (1) code = xxx
I tried to break out of the gap with \ but it didn't work.
Do I need to escape the characters : ( , and ) ?
source share