Showing changes from revision #0 to #1:
Added | Removed | Changed
Entry | |
---|---|
R0 | Territory number, or -1 for current |
R1 | Pointer to buffer to hold transformed string |
R2 | Pointer to source string |
R3 | Length of buffer, or 0 to find required length |
Exit | |
---|---|
R0 | Length of transformed string (excluding terminating null) |
The purpose of this call is to transforms a string to allow direct territory independent string comparison.
Transforms a string such that a byte-for-byte comparison of two output strings gives the same results as calling Territory_Collate on two source strings.