a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 locale.library
  --environment_vars--
  --rexxhost--
  --structures--
  CloseCatalog
  CloseLocale
  ConvToLower
  ConvToUpper
  FormatDate
  FormatString
  GetCatalogStr
  GetLocaleStr
  IsXXXX
  OpenCatalogA
  OpenLocale
  ParseDate
  StrConvert
  StrnCmp
Include
GuruMeditation
Docs » Autodocs » locale.library » ConvToUpper

NAME

	ConvToUpper -- convert a character to upper case. (V38)

SYNOPSIS

	char = ConvToUpper(locale,character);
D0 A0 D0
ULONG ConvToUpper(struct Locale *,ULONG);

FUNCTION

	This function tests if the character specified is lower case. If it is
then the upper case version of that character is returned, and if it
isn't then the original character is returned.

INPUTS

	locale - the locale to use for the conversion
character - the character to convert

RESULT

	char - a (possibly) converted character

NOTES

	This function requires a full 32-bit character be passed-in in order
to support multi-byte character sets.

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Dual Crew

DC
PHA
TRSI
ATX

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se