summaryrefslogtreecommitdiff
path: root/src/core/recode.h
blob: 9698ae2fa65c26983f1182e9c7e3787dd4aa32be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __RECODE_H
#define __RECODE_H

char *recode_in (const SERVER_REC *server, const char *str, const char *target);
char *recode_out (const SERVER_REC *server, const char *str, const char *target);
gboolean is_valid_charset(const char *charset);
gboolean is_utf8(void);

void recode_init (void);
void recode_deinit (void);

#endif /* __RECODE_H */