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: StringThe Java encoding string corresponding to the character set. This will be empty (an illegal encoding value) if the encoding is not supported.
Remarks
See Also