summaryrefslogtreecommitdiff
path: root/support/texlab/crates/bibutils_sys/src/gb18030.h
blob: e4acd1763bf4169eaf71b1bfc4521dd1b9e38a1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * gb18030.h
 *
 * Copyright (c) Chris Putnam 2008-2019
 *
 * Source code released under the GPL version 2
 *
 */
#ifndef GB18030_H
#define GB18030_H

extern int gb18030_encode( unsigned int unicode, unsigned char out[4] );
extern unsigned int gb18030_decode( char *s, unsigned int *pi );

#endif