Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmuCpILatLr(3X) — DeltaWindows 1.3.3 Release 4 Version 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XmuCompareISOLatin1(6)

XmuCopyISOLatin1Uppered(6)

 

NAME

XmuCopyISOLatin1Lowered − copy string, changing uppercase to lowercase. 

SYNOPSIS

#include <X11/Xmu/CharSet.h>

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

Inputs

srcSpecifies the string to copy. 

Outputs

dstReturns the string copy.  Note that this is the first argument to the function, not the second. 

DESCRIPTION

XmuCopyISOLatin1Lowered() 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 (Latin-1). 

USAGE

This function is useful in resource converters that convert between strings and enumerated types. 

SEE ALSO

XmuCompareISOLatin1(6), XmuCopyISOLatin1Uppered(6). 

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