summaryrefslogtreecommitdiffstats
path: root/src/rcclocale.h
blob: dbc13640588084309d5c66c24c661b2d7446fb52 (plain)
1
2
3
4
5
6
7
8
#ifndef _RCC_LOCALE_H
#define _RCC_LOCALE_H

int rccLocaleGetClassByName(const char *locale);
int rccLocaleGetLanguage(char *result, const char *lv, unsigned int n);
int rccLocaleGetCharset(char *result, const char *lv, unsigned int n);

#endif /* _RCC_LOCALE_H */