summaryrefslogtreecommitdiff
path: root/libblkid-tiny/encode.h
blob: 92fcc215a35451724503755f9d1ff8b8a93494e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _ENCODE_H
#define _ENCODE_H

#define BLKID_ENC_UTF16BE	0
#define BLKID_ENC_UTF16LE	1
#define BLKID_ENC_LATIN1	2

size_t blkid_encode_to_utf8(int enc, unsigned char *dest, size_t len,
				const unsigned char *src, size_t count);

#endif /* _ENCODE_H */