canon_name


Description:

public static unowned string canon_name (string charset)

Attempts to find a canonical charset name for charset.

Note: Will normally return the same value as iconv_name unless the system iconv does not use the canonical ISO charset names (such as using ISO8859-1 rather than the canonical form ISO-8859-1).

Parameters:

charset

charset name

Returns:

a canonical charset name for charset.