xsltlocale

xsltlocale - Locale handling

Interfaces for locale handling. Needed for language dependent sorting.

Author(s): Nick Wellnhofer

Synopsis

typedef void * xsltLocale;
typedef xmlChar xsltLocaleChar;
void	xsltFreeLocale			(void * locale);
void	xsltFreeLocales			(void);
int	xsltLocaleStrcmp		(void * locale, 
const xmlChar * str1,
const xmlChar * str2); void * xsltNewLocale (const xmlChar * languageTag,
int lowerFirst); xmlChar * xsltStrxfrm (void * vlocale,
const xmlChar * string);

Description

Details

Typedef xsltLocale

void * xsltLocale;


Typedef xsltLocaleChar

xmlChar xsltLocaleChar;