utf8.c File Reference

#include "utf8.h"
#include <stdio.h>

Defines

#define CONT(i)   ((in[i]&0xc0) == 0x80)
#define VAL(i, s)   ((in[i]&0x3f) << s)

Functions

char * __utf8_get_char (const char *in, int *chr)

Define Documentation

#define CONT i   )     ((in[i]&0xc0) == 0x80)
 

#define VAL i,
 )     ((in[i]&0x3f) << s)
 


Function Documentation

char* __utf8_get_char const char *  in,
int chr
 


Generated on Wed Jul 26 13:26:56 2006 for XSB by  doxygen 1.4.5