Nonprintable Characters in TEXT Values
TEXT columns typically store documents, program source files, and
so on. In the default U.S. English locale, data objects of type TEXT
can contain a combination of printable ASCII characters and the following
control characters:
- Tab (CTRL-I)
- New line (CTRL-J)
- New page (CTRL-L)
Both printable and nonprintable characters can be inserted in text columns. HCL OneDB™ products do not do any checking of data values that are inserted in a column of the TEXT data type. (Applications might have difficulty, however, in displaying TEXT values that include non-printable characters.) For detailed information about entering and displaying nonprintable characters, see Nonprintable Characters with CHAR.