Tcl_UniCharIsAlpha


HOME

Tcl_UniCharIsAlpha

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
CHARACTER CLASSES
KEYWORDS

___________________________

NAME

Tcl_UniCharIsAlnum, Tcl_UniCharIsAlpha, Tcl_UniCharIsControl, Tcl_UniCharIsDigit, Tcl_UniCharIsGraph, Tcl_UniCharIsLower, Tcl_UniCharIsPrint, Tcl_UniCharIsPunct, Tcl_UniCharIsSpace, Tcl_UniCharIsUpper, Tcl_UniCharIsWordChar − routines for classification of Tcl_UniChar characters

SYNOPSIS

#include <tcl.h>

int
Tcl_UniCharIsAlnum
(ch)

int
Tcl_UniCharIsAlpha
(ch)

int
Tcl_UniCharIsControl
(ch)

int
Tcl_UniCharIsDigit
(ch)

int
Tcl_UniCharIsGraph
(ch)

int
Tcl_UniCharIsLower
(ch)

int
Tcl_UniCharIsPrint
(ch)

int
Tcl_UniCharIsPunct
(ch)

int
Tcl_UniCharIsSpace
(ch)

int
Tcl_UniCharIsUpper
(ch)

int
Tcl_UniCharIsWordChar
(ch)

ARGUMENTS

int ch (in)

The Tcl_UniChar to be examined.

______________

DESCRIPTION

All of the routines described examine Tcl_UniChars and return a boolean value. A non-zero return value means that the character does belong to the character class associated with the called routine. The rest of this document just describes the character classes associated with the various routines.

Note: A Tcl_UniChar is a Unicode character represented as an unsigned, fixed-size quantity.

CHARACTER CLASSES

Tcl_UniCharIsAlnum tests if the character is an alphanumeric Unicode character.

Tcl_UniCharIsAlpha tests if the character is an alphabetic Unicode character.

Tcl_UniCharIsControl tests if the character is a Unicode control character.

Tcl_UniCharIsDigit tests if the character is a numeric Unicode character.

Tcl_UniCharIsGraph tests if the character is any Unicode print character except space.

Tcl_UniCharIsLower tests if the character is a lowercase Unicode character.

Tcl_UniCharIsPrint tests if the character is a Unicode print character.

Tcl_UniCharIsPunct tests if the character is a Unicode punctuation character.

Tcl_UniCharIsSpace tests if the character is a whitespace Unicode character.

Tcl_UniCharIsUpper tests if the character is an uppercase Unicode character.

Tcl_UniCharIsWordChar tests if the character is alphanumeric or a connector punctuation mark.

KEYWORDS

unicode, classification



More Linux Commands

manpages/glutRemoveMenuItem.3.html
glutRemoveMenuItem(3) - remove the specified menu item......
glutRemoveMenuItem remove the entry menu item regardless of whether it is a menu entry or sub-menu trigger. entry must be between 1 and glutGet(GLUT_MENU_NUM_IT

manpages/gitk.1.html
gitk(1) - The git repository browser - Linux manual page....
Displays changes in a repository or a selected set of commits. This includes visualizing the commit graph, showing information related to each commit, and the f

manpages/Encode::TW.3pm.html
Encode::TW(3pm) - Taiwan-based Chinese Encodings (Man Page)
This module implements tradition Chinese charset encodings as used in Taiwan and Hong Kong. Encodings supported are as follows. Canonical Alias Description ----

manpages/glutEntryFunc.3.html
glutEntryFunc(3) - sets the mouse enter/leave callback for t
glutEntryFunc sets the mouse enter/leave callback for the current window. The state callback parameter is either GLUT_LEFT or GLUT_ENTERED depending on if the m

manpages/tcl_prefix.n.html
tcl_prefix(n) facilities for prefix matching (Man Page).....
This document describes commands looking up a prefix in a list of strings. The following commands are supported: ::tcl::prefix all table string Returns a list o

manpages/cexpf.3.html
cexpf(3) - complex exponential function - Linux manual page
The function calculates e (2.71828..., the base of natural logarithms) raised to the power of z. One has: cexp(I * z) = ccos(z) + I * csin(z) VERSIONS These fun

manpages/SDL_SysWMEvent.3.html
SDL_SysWMEvent(3) - Platform-dependent window manager event
The system window manager event contains a pointer to system-specific information about unknown window manager events. If you enable this event using SDL_EventS

manpages/cerfl.3.html
cerfl(3) - complex error function - Linux manual page.......
The (unimplemented) function cerf() is the complex version of the error function. erf(z) = 2/sqrt(pi) * integral from 0 to z of exp(-t*t) dt. The function cerfc

manpages/mvhline.3ncurses.html
mvhline(3ncurses) - create curses borders, horizontal and ve
The border, wborder and box routines draw a box around the edges of a window. Other than the window, each argument is a character with attributes: ls - left sid

manpages/inotify_add_watch.2.html
inotify_add_watch(2) - add a watch to an initialized inotify
inotify_add_watch() adds a new watch, or modifies an existing watch, for the file whose location is specified in pathname; the caller must have read permission

manpages/XkbApplyCompatMapToKey.3.html
XkbApplyCompatMapToKey(3) - Apply the new compatibility mapp
XkbApplyCompatMapToKey essentially performs the operation described in Core Keyboard Mapping to Xkb Keyboard Mapping Transformation to a specific key. This upda

manpages/COLOR_PAIR.3ncurses.html
COLOR_PAIR(3ncurses) - curses color manipulation routines...
Overview curses support color attributes on terminals with that capability. To use these routines start_color must be called, usually right after initscr. Color





We can't live, work or learn in freedom unless the software we use is free.