(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/locale.h>

ULONG ConvToUpper (locale , character)

LOCATION
In LocaleBase at offset 9

SYNOPSIS
struct Locale * locale
ULONG character

FUNCTION
ConvToUpper() will determine if a character is a lower case character and if so convert it to the upper case equivalent. Otherwise it will return the original character.

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

RESULT
The possibly converted character.

EXAMPLE

SEE ALSO
ConvToLower

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