|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.betabeans.scroogexhtml.converter.UnicodeConverter
public final class UnicodeConverter
Unicode conversion.
| Method Summary | |
|---|---|
static char |
intToChar(int c)
Convert int to Unicode using the current character set / code page |
static void |
setNodeCharset(int value)
Store the code page for this character set in the variable "nodeCodepage". |
static java.lang.String |
symbolToUnicode(java.lang.String s)
Convert a string which uses the 'Symbol' font to Unicode. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void setNodeCharset(int value)
value - current text node character setpublic static char intToChar(int c)
c -
public static java.lang.String symbolToUnicode(java.lang.String s)
s - Unicode string.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||