FreeBASIC  0.91.0
utf_convto_char.c File Reference
#include "fb.h"
Include dependency graph for utf_convto_char.c:

Go to the source code of this file.

Functions

char * fb_hUTF8ToChar (const UTF_8 *src, char *dst, ssize_t *chars)
 
char * fb_hUTF16ToChar (const UTF_16 *src, char *dst, ssize_t *chars)
 
char * fb_hUTF32ToChar (const UTF_32 *src, char *dst, ssize_t *chars)
 
char * fb_UTFToChar (FB_FILE_ENCOD encod, const void *src, char *dst, ssize_t *chars)
 

Variables

const char __fb_utf8_trailingTb [256]
 
const UTF_32 __fb_utf8_offsetsTb [6]
 

Function Documentation

char* fb_hUTF16ToChar ( const UTF_16 src,
char *  dst,
ssize_t *  chars 
)

Definition at line 107 of file utf_convto_char.c.

Here is the caller graph for this function:

char* fb_hUTF32ToChar ( const UTF_32 src,
char *  dst,
ssize_t *  chars 
)

Definition at line 172 of file utf_convto_char.c.

Here is the caller graph for this function:

char* fb_hUTF8ToChar ( const UTF_8 src,
char *  dst,
ssize_t *  chars 
)

Definition at line 10 of file utf_convto_char.c.

Here is the caller graph for this function:

char* fb_UTFToChar ( FB_FILE_ENCOD  encod,
const void *  src,
char *  dst,
ssize_t *  chars 
)

Definition at line 229 of file utf_convto_char.c.

Here is the call graph for this function:

Variable Documentation

const UTF_32 __fb_utf8_offsetsTb[6]

Definition at line 24 of file utf_core.c.

const char __fb_utf8_trailingTb[256]

Definition at line 12 of file utf_core.c.