Method

IbisClientnormalize

since: 0.7

Declaration [src]

char*
ibis_client_normalize (
  IbisClient* client,
  const char* input
)

Description [src]

Normalizes input depending on the IBIS_FEATURE_CASEMAPPING feature.

Available casemappings: ascii, rfc1459, and rfc1459-strict since 0.7.

Available since: 0.7

Parameters

input

Type: const char*

The input to normalize.

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

Return value

Type: char*

A normalized copy of input.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.