CharsetAttribute Constructor

MicroFocus.COBOL.RuntimeServices
Specifies the character set used by the program, such as ANSI, OEM, UTF8 or ASCII.

Namespace:  MicroFocus.COBOL.RuntimeServices
Assembly:  MicroFocus.COBOL.RuntimeServices (in MicroFocus.COBOL.RuntimeServices.dll) Version: 1.2.3.4
Syntax

public CharsetAttribute(
	string charset
)

Parameters

charset
Type: SystemString
Where charset can be ANSI, UTF8, OEM or ASCII
See Also

Reference