protected void initialise() {
CharsetCode charset = new CharsetCode(0x6A, "UTF-8");
codec.setCharset(charset);
// Note this is not actually the correct version, but we do not
// support 1.2... seems to be close enough.
WMLVersion1_3TokenTable wml13Tokens = new WMLVersion1_3TokenTable();
wml13Tokens.registerTags(elements);
wml13Tokens.registerAttrStarts(attrStarts);
wml13Tokens.registerAttrValues(attrValues);
}