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

Go to the source code of this file.

Functions

int octave_iconv_close_wrapper (iconv_t cd)
 
iconv_t octave_iconv_open_wrapper (const char *tocode, const char *fromcode)
 

Function Documentation

◆ octave_iconv_close_wrapper()

int octave_iconv_close_wrapper ( iconv_t  cd)

Definition at line 41 of file iconv-wrappers.c.

Referenced by do_stream_open().

◆ octave_iconv_open_wrapper()

iconv_t octave_iconv_open_wrapper ( const char *  tocode,
const char *  fromcode 
)

Definition at line 35 of file iconv-wrappers.c.

Referenced by do_stream_open().