Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ wconv(3W) — Motorola System V 88k Release 4 Version 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

wchrtbl(1M)

ctype(3C)

wctype(3W)

wconv(3W)  —  MISC. REFERENCE MANUAL PAGES

NAME

wconv: towupper, towlower − translate characters

SYNOPSIS

#include <ctype.h>
#include <widec.h>
#include <wctype.h> wchar_t towupper(wchar_t c); wchar_t towlower(wchar_t c);

DESCRIPTION

If the argument to towupper() represents a lower-case letter of the ASCII or supplementary code sets, the result is the corresponding upper-case letter. If the argument to towlower() represents an upper-case letter of the ASCII or supplementary code sets, the result is the corresponding lower-case letter. 

In the case of all other arguments, the return value in unchanged.  The table which is used for translation is generated by wchrtbl(1M). 

SEE ALSO

wchrtbl(1M), ctype(3C), wctype(3W). 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026