RTEMS  5.1
Data Structures | Macros | Functions
msdos_conv_utf8.c File Reference

UTF-8 Converter. More...

#include <stddef.h>
#include <assert.h>
#include <errno.h>
#include <iconv.h>
#include <rtems/dosfs.h>
#include <utf8proc/utf8proc.h>
#include "msdos.h"

Data Structures

struct  msdos_utf8_convert_control
 

Macros

#define INVALID_ICONV_DESC   ( (iconv_t) -1 )
 

Functions

rtems_dosfs_convert_controlrtems_dosfs_create_utf8_converter (const char *codepage)
 Allocates and initializes a UTF-8 converter. More...
 

Detailed Description

UTF-8 Converter.