1. TFU> SET DEFAULT_TABLE HEBREW_VT100
TFU> SHOW DEFAULT_TABLE
System default TFF tables are:
HEBREW_VT100 (fallback)
LATIN_1 (compose sequence validation)
TFU>
The command in this example established HEBREW_VT100 as the default
fallback table for the system. The table HEBREW_VT100 must be loaded
prior to issuing this command.
2. TFU> SET DEFAULT_TABLE LATIN_1
TFU>
Because the LATIN_1 table is a compose sequence validation table
rather than a fallback table, the command in this example makes the
LATIN_1 table the default compose sequence validation table.