DOFTypegetCharSet Method OpenDOF Object Access Library
Return a Java encoding string based on a MIB enum assignment.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public static string getCharSet(
	int mib_enum
)

Parameters

mib_enum
Type: SystemInt32
The encoding specifier as MIB enum. See http://www.iana.org/assignments/character-sets.

Return Value

Type: String
The Java encoding string corresponding to the character set. This will be empty (an illegal encoding value) if the encoding is not supported.
Remarks

Return a Java encoding string based on a MIB enum assignment.

Not all MIB enums are supported by the default Java encodings, and many Java encodings rely on additional jar files for support. This mapping returns all standard mappings, even if they are not supported.

See Also

Reference