home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!paladin.american.edu!auvm!UCSFVM.BITNET!GOMBERG
- Message-ID: <REXXLIST%93012111161215@UGA.CC.UGA.EDU>
- Newsgroups: comp.lang.rexx
- Date: Thu, 21 Jan 1993 08:11:48 PST
- Sender: REXX Programming discussion list <REXXLIST@UGA.BITNET>
- From: Dave Gomberg <GOMBERG@UCSFVM.BITNET>
- Subject: Re: Lower-case alphabetic set
- In-Reply-To: Message of Thu, 21 Jan 1993 14:11:08 GMT from <jt@FUW.EDU.PL>
- Lines: 11
-
- Since we are back on lowercase, how about:
-
- Lowercase: /* Passed a single character */
- RETURN D2C(C2D(ARG(1)+C2D('a')-C2D('A'))
-
- This should work correctly for ASCII and EBCDIC and any table where either
- the pattern of lowercase letters is the same as the pattern of uppercase,
- even if the uppercase and lowercase letters are interleaved.
-
- Dave Gomberg GOMBERG@UCSFVM Internet node UCSFVM.UCSF.EDU fax-> 7797
- Seven Gateview Court, San Francisco CA 94116-1941 voice-> (415)731-7793
-