cc.squirreljme.runtime.cldc.io.DoubleByteTable

Table for use with double byte characters. The table is in the following format: - For every valid A byte: - {@code uint8_t} The actual A byte. - {@code uint8_t} The number of B characters for the A byte. - Then for every B byte: - {@code uint8_t} The B byte. - {@code uint16_t} The 16-bit unicode value of the character.