|
The rdownshift() function changes all the uppercase characters within a null-terminated string to lowercase characters.
The rdownshift() function refers to the current locale to determine uppercase and lowercase letters. For the default locale, U.S. English, rdownshift() uses the ASCII lowercase (a-z) and uppercase (A-Z) letters.
If you use a nondefault locale, rdownshift() uses the lowercase and uppercase letters that the locale defines. For more information, see the Informix Guide to GLS Functionality.
This sample program is in the rdownshift.ec file in the demo directory.