This function will transform the string given and place the result in the supplied buffers, copying at most bufferSize bytes.
The transformation is such that if the C strcmp() function was called on two strings transformed by this function then the result will be the same as calling the Locale StrnCmp() function on the two strings.
INPUTS
locale
the Locale to use for the transformation.
string
the string to be transformed
buffer
the destination for the transformed string. This buffer may need to be larger than the untransformed string.
bufferSize
the maximum number of bytes to place in buffer.
type
how to transform the string. See the StrnCmp() function for possible values.
RESULT
Length of the number of BYTES placed in the buffer by the transformation process minus 1 (for NULL termination).
EXAMPLE
SEE ALSO
StrnCmp()
NOTES
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