![]() |
Oyranos Colour Management System API |
pure string handling functions More...
#include <sys/stat.h>
#include <stddef.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <iconv.h>
#include "oyranos_config_internal.h"
#include "oyranos.h"
#include "oyranos_debug.h"
#include "oyranos_elektra.h"
#include "oyranos_helper.h"
#include "oyranos_internal.h"
#include "oyranos_io.h"
#include "oyranos_sentinel.h"
#include "oyranos_xml.h"
#include "oyranos_string.h"
Functions | |
int | oyIconv (const char *input, size_t len_in, size_t len_out, char *output, const char *from_codeset, const char *to_codeset) |
convert between codesets More... | |
int | oyIconvGet (const char *text, void **string, int *len, const char *encoding_from, const char *encoding_to, oyAlloc_f alloc) |
convert between codesets More... | |
pure string handling functions
Oyranos is an open source Colour Management System
int oyIconv | ( | const char * | input, |
size_t | len_in, | ||
size_t | len_out, | ||
char * | output, | ||
const char * | from_codeset, | ||
const char * | to_codeset | ||
) |
convert between codesets
oyIconv
References oy_domain_codeset.
Referenced by oyIconvGet().
int oyIconvGet | ( | const char * | text, |
void ** | string, | ||
int * | len, | ||
const char * | encoding_from, | ||
const char * | encoding_to, | ||
oyAlloc_f | alloc | ||
) |
convert between codesets
oyIconvGet
References oyIconv().
Referenced by oyProfile_s::oyProfile_AddDevice().