Skip to main content

Name

sieve_case_fold2

Synopsis

#include "sieve/ecsieve.h"

| int **sieve_case_fold2** ( | folding, |   | |   | srccharset, |   | |   | srcstring, |   | |   | srclen, |   | |   | destcharset, |   | |   | folded, |   | |   | foldlen); |   |

int <var class="pdparam">folding</var>; const char * <var class="pdparam">srccharset</var>; const char * <var class="pdparam">srcstring</var>; unsigned int <var class="pdparam">srclen</var>; const char * <var class="pdparam">destcharset</var>; char ** <var class="pdparam">folded</var>; int * <var class="pdparam">foldlen</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

**Configuration Change. ** This feature is available starting from Momentum 3.3.0.

Was this page helpful?