6 lines
92 B
C
6 lines
92 B
C
#include "system_encoding.h"
|
|
|
|
char* get_system_encoding() {
|
|
return nl_langinfo(CODESET);
|
|
}
|