GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
uniconv-wrappers.c File Reference
#include "uniconv.h"
#include "uniconv-wrappers.h"
Include dependency graph for uniconv-wrappers.c:

Go to the source code of this file.

Functions

uint8_t * octave_u8_conv_from_encoding (const char *fromcode, const char *src, size_t srclen, size_t *lengthp)
 
char * octave_u8_conv_to_encoding (const char *tocode, const uint8_t *src, size_t srclen, size_t *lengthp)
 

Function Documentation

◆ octave_u8_conv_from_encoding()

uint8_t* octave_u8_conv_from_encoding ( const char *  fromcode,
const char *  src,
size_t  srclen,
size_t lengthp 
)

Definition at line 37 of file uniconv-wrappers.c.

◆ octave_u8_conv_to_encoding()

char* octave_u8_conv_to_encoding ( const char *  tocode,
const uint8_t *  src,
size_t  srclen,
size_t lengthp 
)

Definition at line 45 of file uniconv-wrappers.c.