1MAIL::UPPER(3x) Cone: COnsole Newsreader And E MAIL::UPPER(3x)
23
4
NAME
6mail::upper - Convert text string to uppercase
7
SYNOPSIS
9#include <libmail/mail.H>
1011
12
mail::upper(std::string &word);
13
USAGE
15This function replaces lowercase ISO-8859-1 characters in word with
16their uppercase equivalents.
17
RETURN CODES
19Lowercase ISO-8859-1 text in word is converted to uppercase.
2021
22
23
[FIXME: source] 05/08/2010 MAIL::UPPER(3x)