org.apache.tools.ant.util

Class UnicodeUtil

public class UnicodeUtil extends Object

Contains one helper method to create a backslash u escape

Since: Ant 1.8.3

Method Summary
static StringBufferEscapeUnicode(char ch)
returns the unicode representation of a char without the leading backslash

Method Detail

EscapeUnicode

public static StringBuffer EscapeUnicode(char ch)
returns the unicode representation of a char without the leading backslash

Parameters: ch

Returns: unicode representation of a char for property files