If we use "*" as part of the resource bundle, the character gets removed during the message formatting process (java.util.ResourceBundle). How are we supposed to escape this character?
If we use * as part of the resource bundle, the character gets removed
Share
Try using \* or the Unicode escapes form – \u002A
EDIT: Seems that to display \* in answer here you need to type \\*.