GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
uniconv-wrappers.h File Reference
#include <stddef.h>
#include <stdint.h>
Include dependency graph for uniconv-wrappers.h:
This graph shows which files directly or indirectly include this file:

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.