From kido@vnet.IBM.COM Mon Mar 15 03:03:38 1993 Received: from vnet.IBM.COM ([192.239.48.4]) by dkuug.dk with SMTP id AA29312 (5.65c8/IDA-1.4.4j); Mon, 15 Mar 1993 02:59:16 +0100 Message-Id: <199303150159.AA29312@dkuug.dk> Received: from YMTVM8 by vnet.IBM.COM (IBM VM SMTP V2R2) with BSMTP id 4013; Sun, 14 Mar 93 20:58:36 EST Date: Mon, 15 Mar 93 10:59:04 JST From: "Akio Kido" To: sc22wg15@dkuug.dk, sc22wg20@dkuug.dk, XoJIG@xopen.co.uk, sig-international@osf.org, uojlg-bse@uiap.ui.org, efischer@donald.aix.kingston.ibm.com Subject: MSE 4.5.2.3.mm X-Charset: ASCII X-Char-Esc: 29 .SK .H 4 "Wide character case mapping functions" .H 5 "The \*(Cwtowlower\fP function" .HU Synopsis .Cb #include wint_t towlower(wint_t wc); .Ce .HU Description .P The .Cf towlower function converts an uppercase letter to the corresponding lowercase letter. .HU Returns .P If the argument is a wide character for which .Cf iswupper is true and there is a corresponding wide character for which .Cf iswlower is true, the .Cf towlower function returns the corresponding wide character; otherwise, the argument is returned unchanged. .H 5 "The \*(Cwtowupper\fP function" .HU Synopsis .Cb #include wint_t towupper(wint_t wc); .Ce .HU Description .P The .Cf towupper function converts a lowercase letter to the corresponding uppercase letter. .HU Returns .P If the argument is a wide character for which .Cf iswlower is true and there is a corresponding wide character for which .Cf iswupper is true, the .Cf towupper function returns the corresponding wide character; otherwise, the argument is returned unchanged.