Top Description Constructors Methods
org.apache.tools.ant.util

public Class UnicodeUtil

extends Object
Class Inheritance

Contains one helper method to create a backslash u escape
Since
Ant 1.8.3

Constructor Summary

AccessConstructor and Description
private

Method Summary

Modifier and TypeMethod and Description
public static StringBuffer

Returns:

unicode representation of a char for property files
EscapeUnicode
(char
a character
ch
)

returns the unicode representation of a char without the leading backslash

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Constructor Detail

UnicodeUtilback to summary
private UnicodeUtil()

Method Detail

EscapeUnicodeback to summary
public static StringBuffer EscapeUnicode(char ch)

returns the unicode representation of a char without the leading backslash

Parameters
ch:char

a character

Returns:StringBuffer

unicode representation of a char for property files