Skip to main content

CHARSET_LATIN1

CHARSET_LATIN1 is a constant used to indicate the standard Latin-1 (ISO-8859-1) character set.

Constant value

(CHARSET_LATIN1:integer = 1)

Description

The CHARSET_LATIN1 constant represents the Latin-1 (ISO-8859-1) character set, which is a widely used single-byte character encoding. It includes characters from various Western European languages.

When working with functions or modules that require specifying a character set, you can use CHARSET_LATIN1 to indicate that the Latin-1 character set should be used.