Function

IpuzCharsetBuildernew_from_text

Declaration [src]

IpuzCharsetBuilder*
ipuz_charset_builder_new_from_text (
  const char* text
)

Description [src]

Returns an IpuzCharsetBuilder prepopulated with the characters from text.

Parameters

text

Type: const char*

The text to base a new builder on, or NULL.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: IpuzCharsetBuilder

A newly created IpuzCharsetBuilder

The caller of the function takes ownership of the data, and is responsible for freeing it.