encoding/system_encoding.c
Henning Guenther 496761301f Initial commit
darcs-hash:20070802003505-a4fee-97432a586ed2453061ef246d1e7a81fec35d1bac
2007-08-01 17:35:05 -07:00

6 lines
92 B
C

#include "system_encoding.h"
char* get_system_encoding() {
return nl_langinfo(CODESET);
}