| IF the server character set is … | THEN the DBC.Translation table defines … |
|---|---|
| LATIN | a translation between the client character set and LATIN. All characters are accounted for using the table for conversion. |
| UNICODE | a translation between the client character set and UNICODE. All characters are accounted for using the table for conversion. |
| KANJISJIS | the translation for single-byte characters (those characters below 0x7F, that is, the single-byte characters of KANJISJIS). Multibyte character translation is hard-coded. |
| GRAPHIC | no translation. Conversion between single-byte character sets and GRAPHIC generates an error. |
| KANJI1 | a translation between single-byte characters (those characters below 0x7F, that is, the single-byte characters of KANJISJIS) and Teradata extended JIS X 0201. Multibyte characters are not converted. |