Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ CpISOLat.Xmu.z() — OpenDesktop Software Development System 3.0.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


 XmuCopyISOLatin1Lowered(Xmu)   6 January 1993   XmuCopyISOLatin1Lowered(Xmu)
                          X Version 11 (Release 5)


 Name

    XmuCopyISOLatin1Lowered - copies Latin-1 uppercase string to lowercase

 Syntax


    cc  . . .  -lXmu


    #include <X11/Xmu/CharSet.h>

    void XmuCopyISOLatin1Lowered(dst, src)
          char *dst, *src;

    void XmuCopyISOLatin1Uppered(dst, src)
          char *dst, *src;


 Arguments


    dst  returns the string copy

    src  specifies the string to copy


 Description

    The XmuCopyISOLatin1Lowered function copies a null-terminated string from
    src to dst (including the null), changing all Latin-1 uppercase letters
    to lowercase.  The string is assumed to be encoded using ISO 8859-1.

    The XmuCopyISOLatin1Uppered function copies a null-terminated string from
    src to dst (including the null), changing all Latin-1 lowercase letters
    to uppercase.  The string is assumed to be encoded using ISO 8859-1.

 See also

    XmuLookupLatin1(Xmu), XmuCompareISOLatin1(Xmu)
    Xlib - C Language X Interface


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