Package com.scroogexhtml.converter
Class UnicodeConverter
java.lang.Object
com.scroogexhtml.converter.UnicodeConverter
This class provides Unicode conversion methods.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setNodeCharset
(int value) Store the code page for this character set in the variable "nodeCodepage".
-
Constructor Details
-
UnicodeConverter
public UnicodeConverter()
-
-
Method Details
-
setNodeCharset
public void setNodeCharset(int value) Store the code page for this character set in the variable "nodeCodepage".- Parameters:
value
- current text node character set
-