Package com.scroogexhtml.converter
Class SymbolConverter
java.lang.Object
com.scroogexhtml.converter.SymbolConverter
This class provides Symbol font conversion.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Convert a string which uses the 'Symbol' font to Unicode.
-
Method Details
-
symbolToUnicode
Convert a string which uses the 'Symbol' font to Unicode.- Parameters:
s
- Unicode string.- Returns:
- String with encoded Unicode values.
-