cScm Configuration Daemon

cScm – is a tool to convert SCM configuration files into binary format and store its in shared memory for reading by cSvn-ui and cGit-ui CGI scripts

12 Commits   0 Branches   1 Tag

#ifndef    __UTF8_H
#define    __UTF8_H


typedef unsigned int   ucs4_t;
typedef unsigned char  utf8_t;


#ifdef __cplusplus
extern "C" {
#endif


extern int copy_ucs4_to_utf8( utf8_t *, const ucs4_t * );


#ifdef __cplusplus
}
#endif

#endif  /* __UTF8_H */