|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.monitorenter.unicode.encoder.EncodeUtil
Utility class to encode unicode to various target formats.
Be careful with the methods that work on String data (vs. Streams): Large
documents will cause an .
OutOfMemoryError
| Method Summary | |
static String |
encodeLatex(String unicode)
Encodes the given unicode input String to latex - compliant
input data.
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static String encodeLatex(String unicode)
throws antlr.RecognitionException,
antlr.TokenStreamException
String to latex - compliant
input data.
This covers special characters as german "Umlauts", French accented characters,... .
unicode - the unicode String to encode to latex format.
String.
antlr.TokenStreamException - if something goes wrong while lexing for the next token.
antlr.RecognitionException - if something goes wrong while parsing the next token.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||