ddc
Classes | Macros
ddcIconv.h File Reference

interface to iconv.h More...

#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <string>
#include <iconv.h>
#include <pthread.h>
Include dependency graph for ddcIconv.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ddcIconv
 Interface to iconv.h character-conversion routines. More...
 

Macros

#define DDC_ICONV_BUFLEN   256
 default buffer length (in bytes) for iconv conversions More...
 
#define DDC_ICONV_PTHREAD   1
 define this to use pthread locks More...
 
#define PTOP(x)   x
 

Detailed Description

interface to iconv.h

Macro Definition Documentation

◆ DDC_ICONV_BUFLEN

#define DDC_ICONV_BUFLEN   256

default buffer length (in bytes) for iconv conversions

Referenced by ddcIconv::convert().

◆ DDC_ICONV_PTHREAD

#define DDC_ICONV_PTHREAD   1

define this to use pthread locks

◆ PTOP

#define PTOP (   x)    x