diff options
| author | rsc <devnull@localhost> | 2003-09-30 19:05:50 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2003-09-30 19:05:50 +0000 |
| commit | 522b0689c340d26feeac360640bf7e2e0582353c (patch) | |
| tree | ba3a550c28684be3b3997899528a110c4e9cd91a /src/libutf/isalpharune.3 | |
| parent | 2df2758496b2ab508d349208449f04d85ae2eb2c (diff) | |
| download | plan9port-522b0689c340d26feeac360640bf7e2e0582353c.tar.gz plan9port-522b0689c340d26feeac360640bf7e2e0582353c.zip | |
Reorg
Diffstat (limited to 'src/libutf/isalpharune.3')
| -rw-r--r-- | src/libutf/isalpharune.3 | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/src/libutf/isalpharune.3 b/src/libutf/isalpharune.3 deleted file mode 100644 index f9f58cde..00000000 --- a/src/libutf/isalpharune.3 +++ /dev/null @@ -1,47 +0,0 @@ -.TH ISALPHARUNE 3 -.SH NAME -isalpharune, islowerrune, isspacerune, istitlerune, isupperrune, tolowerrune, totitlerune, toupperrune \- Unicode character classes and cases -.SH SYNOPSIS -.B #include <utf.h> -.PP -.B -int isalpharune(Rune c) -.PP -.B -int islowerrune(Rune c) -.PP -.B -int isspacerune(Rune c) -.PP -.B -int istitlerune(Rune c) -.PP -.B -int isupperrune(Rune c) -.PP -.B -Rune tolowerrune(Rune c) -.PP -.B -Rune totitlerune(Rune c) -.PP -.B -Rune toupperrune(Rune c) -.SH DESCRIPTION -These routines examine and operate on Unicode characters, -in particular a subset of their properties as defined in the Unicode standard. -Unicode defines some characters as alphabetic and specifies three cases: -upper, lower, and title. -Analogously to -.IR ctype (3) -for -.SM ASCII\c -, -these routines -test types and modify cases for Unicode characters. -The names are self-explanatory. -.PP -The case-conversion routines return the character unchanged if it has no case. -.SH "SEE ALSO -.IR ctype (3) , -.IR "The Unicode Standard" . |
