[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( deprecated = true , deprecated_since = "0.60" , since = "0.60" ) ]
public string[] get_encodings (bool include_aliases)
Warning: get_encodings is deprecated since 0.60.
Gets the list of supported legacy encodings.
If ICU support is not available, this returns an empty vector. Note that UTF-8 is always supported; you can select it by passing
null
to set_encoding.
include_aliases |
whether to include alias names |
the list of supported encodings; free with strfreev |