Package org.apache.tools.ant.util
Class UnicodeUtil
java.lang.Object
org.apache.tools.ant.util.UnicodeUtil
Contains one helper method to create a backslash u escape
- Since:
- Ant 1.8.3
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringBuffer
EscapeUnicode
(char ch) returns the unicode representation of a char without the leading backslash
-
Method Details
-
EscapeUnicode
returns the unicode representation of a char without the leading backslash- Parameters:
ch
- a character- Returns:
- unicode representation of a char for property files
-