Skip to content

glib-2.0: Fix the binding of `get_console_charset`

Zhou Qiankang requested to merge wszqkzqk/vala:get_console_charset into main

The parameters of g_get_console_charset is const char**, the same as g_get_charset, is a NUL terminated UTF-8 string.

See also GLib's doc of GLib.get_console_charset

Merge request reports