Oyranos  git-devel
Oyranos is a full featured Color Management System
Functions
oyranos_string.c File Reference

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...
 

Detailed Description

string handling functions

pure string handling functions

Oyranos is an open source Color Management System

Copyright:
2004-2017 (C) Kai-Uwe Behrmann

Oyranos is an open source Color Management System

Copyright:
2004-2014 (C) Kai-Uwe Behrmann

Function Documentation

◆ oyIconv()

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

Version
Oyranos: 0.1.8
Date
2008/05/27
Since
2008/07/23 (Oyranos: 0.1.8)

References oy_domain_codeset.

Referenced by oyIconvGet().

◆ 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

Version
Oyranos: 0.1.13
Date
2010/10/24
Since
2010/10723 (Oyranos: 0.1.13)

References oyIconv().