rasqal_escaped_name_to_utf8_string

Name

rasqal_escaped_name_to_utf8_string --  get a UTF-8 and/or \u-escaped name as UTF-8

Synopsis

unsigned char* rasqal_escaped_name_to_utf8_string (const unsigned char * src, size_t len, size_t * dest_lenp, raptor_simple_message_handler error_handler, void * error_data);

Arguments

src

source name string

len

length of source name string

dest_lenp

pointer to store result string (or NULL)

error_handler

error handling function

error_data

data for error handle

Description

If dest_lenp is not NULL, the length of the resulting string is stored at the pointed size_t.

Return value

new UTF-8 string or NULL on failure.