(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/locale.h>

ULONG ConvToLower (locale , character)

LOCATION
In LocaleBase at offset 8

SYNOPSIS
struct Locale * locale
ULONG character

FUNCTION
This function determine if the character supplied is upper case, and if it is, the character will be converted to lower case. Otherwise, the original character will be returned.

INPUTS
locale
The Locale to use for this conversion.
character
The character to convert to lower case.

RESULT
The possibly converted character.

EXAMPLE

SEE ALSO

NOTES
This function requires a full 32-bit character in order to support future multi-byte character sets.

BUGS

INTERNALS

HISTORY
26.11.1998 iaint
Fixed a large number of errors. Even compiles now. Doesnt work though...
20.10.1998 hkiel
Amiga Research OS
16.08.1998 iaint
Initial - not working - locale.library. mmf.s is the meta makefile