on ‎2018 Apr 03 9:16 AM
Hi,
I defined a label which has special character ! as below and added to editorArea but while rendering it is prefixed with backslash(\)
Eg:
hmc.section.product.status.description=publication status check!
Status publication status check\!
Please suggest to avoid this backslash while adding special characters.
Thanks Srinivas
Request clarification before answering.
Hi,
We were facing the same issue with special characters in local.properties. Making below fix resolved my issue.
Property.key=23131\\\#23434242
Property which got reflected in Admin cockpit : 23131#23434242
Thanks,
vikas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear Srinivas,
I would try adding backslash in local properties file.
hmc.section.product.status.description=publication status check\!
Please, let me know if it helps
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.