문제

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?

도움이 되었습니까?

해결책

Try using \* or the Unicode escapes form - \u002A

EDIT: Seems that to display \* in answer here you need to type \\*.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top