![]() |
Oyranos
git-devel
Oyranos is a full featured Color Management System
|
string handling functions More...
#include <math.h>
#include <sys/stat.h>
#include <stddef.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include "oyranos_config_internal.h"
#include "oyranos.h"
#include "oyranos_debug.h"
#include "oyranos_helper.h"
#include "oyranos_internal.h"
#include "oyranos_io.h"
#include "oyranos_sentinel.h"
#include "oyranos_string.h"
#include "oyranos_db.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... | |
string handling functions
pure string handling functions
Oyranos is an open source Color Management System
Oyranos is an open source Color 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().