packages feed

encoding-0.1: system_encoding.c

#include "system_encoding.h"

char* get_system_encoding() {
	return nl_langinfo(CODESET);
}