Apache HTTPD
Macros | Typedefs | Functions | Variables
apr_xlate.h File Reference

APR I18N translation library. More...

#include "apu.h"
#include "apr_pools.h"
#include "apr_errno.h"

Go to the source code of this file.

Macros

#define APR_DEFAULT_CHARSET   (const char *)0
 
#define APR_LOCALE_CHARSET   (const char *)1
 

Typedefs

typedef struct apr_xlate_t apr_xlate_t
 

Functions

 APU_DECLARE (apr_status_t) apr_xlate_open(apr_xlate_t **convset
 
 APU_DECLARE (apr_int32_t) apr_xlate_conv_byte(apr_xlate_t *convset
 

Variables

const chartopage
 
const char const charfrompage
 
const char const char apr_pool_tpool
 
intonoff
 
const charinbuf
 
const char apr_size_tinbytes_left
 
const char apr_size_t charoutbuf
 
const char apr_size_t char apr_size_toutbytes_left
 
unsigned char inchar
 

Detailed Description

APR I18N translation library.

Definition in file apr_xlate.h.