OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / LDP_man-pages / release / man3 / towlower.3
1 .\" Copyright (c) Bruno Haible <haible@clisp.cons.org>
2 .\"
3 .\" This is free documentation; you can redistribute it and/or
4 .\" modify it under the terms of the GNU General Public License as
5 .\" published by the Free Software Foundation; either version 2 of
6 .\" the License, or (at your option) any later version.
7 .\"
8 .\" References consulted:
9 .\"   GNU glibc-2 source code and manual
10 .\"   Dinkumware C library reference http://www.dinkumware.com/
11 .\"   OpenGroup's Single Unix specification http://www.UNIX-systems.org/online.html
12 .\"   ISO/IEC 9899:1999
13 .\"
14 .\" About this Japanese page, please contact to JM Project <JM@linux.or.jp>
15 .\" Translated Mon Oct 25 08:06:53 JST 1999
16 .\"           by FUJIWARA Teruyoshi <fujiwara@linux.or.jp>
17 .\"
18 .TH TOWLOWER 3 1999-07-25 "GNU" "Linux Programmer's Manual"
19 .SH Ì¾Á°
20 towlower \- ¥ï¥¤¥Éʸ»ú 1 ¸Ä¤ò¾®Ê¸»ú¤ËÊÑ´¹¤¹¤ë
21 .SH ½ñ¼°
22 .nf
23 .B #include <wctype.h>
24 .sp
25 .BI "wint_t towlower(wint_t " wc );
26 .fi
27 .SH ÀâÌÀ
28 .BR towlower ()
29 ´Ø¿ô¤Ï¡¢
30 .BR tolower (3)
31 ´Ø¿ô¤ËÂбþ¤¹¤ë¥ï¥¤¥Éʸ»ú´Ø¿ô¤Ç¤¢¤ë¡£
32 \fIwc\fP ¤¬¥ï¥¤¥Éʸ»ú¤Ê¤é¤Ð¡¢¤³¤Îʸ»ú¤Ï¾®Ê¸»ú¤ËÊÑ´¹¤µ¤ì¤ë¡£
33 Âçʸ»ú¡¦¾®Ê¸»ú¤Î¶èÊ̤¬¤Ê¤¤Ê¸»ú¤ÏÊÑ´¹¤µ¤ì¤º¤ËÊÖ¤µ¤ì¤ë¡£
34 \fIwc\fP ¤¬ \fBWEOF\fP ¤Ê¤é¤Ð¡¢\fBWEOF\fP ¤¬ÊÖ¤µ¤ì¤ë¡£
35 .SH ÊÖ¤êÃÍ
36 .BR towlower ()
37 ´Ø¿ô¤Ï¡¢\fIwc\fP ¤ËÂбþ¤¹¤ë¾®Ê¸»ú¤òÊÖ¤¹¡£\fIwc\fP ¤¬
38 \fBWEOF\fP ¤Ê¤é¤Ð¡¢\fBWEOF\fP ¤òÊÖ¤¹¡£
39 .SH ½àµò
40 C99.
41 .SH Ãí°Õ
42 .BR towlower ()
43 ¤ÎÆ°ºî¤Ï¡¢¸½ºß¤Î¥í¥±¡¼¥ë¤Î
44 .B LC_CTYPE
45 ¥«¥Æ¥´¥ê¤Ë°Í¸¤¹¤ë¡£
46 .PP
47 ¤³¤Î´Ø¿ô¤ò Unicode Ê¸»ú¤ËÂФ·¤Æ»È¤¦¤Î¤Ï¤¢¤Þ¤êŬÀڤǤʤ¤¡£¤Ê¤¼¤Ê¤é¡¢
48 Unicode ¤Ë¤Ï¡¢Âçʸ»ú (upper case)¡¦¾®Ê¸»ú (lower case)¡¦
49 ¥¿¥¤¥È¥ëʸ»ú (title case) ¤È¤¤¤¦ 3 ¤Ä¤Î "case" ¤¬´Þ¤Þ¤ì¤Æ¤¤¤ë¤«¤é¤Ç¤¢¤ë¡£
50 .SH ´ØÏ¢¹àÌÜ
51 .BR iswlower (3),
52 .BR towctrans (3),
53 .BR towupper (3)