manpagez: man pages & more
html files: libxslt
Home | html | info | man

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

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.