libxml-xmlunicode.html revision d7cec926292b83b46af271285b0a305e99f66cd0
1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>xmlunicode</title><meta name="generator" content="DocBook XSL Stylesheets V1.58.1"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css">
2        .synopsis, .classsynopsis {
3            background: #eeeeee;
4            border: solid 1px #aaaaaa;
5            padding: 0.5em;
6        }
7        .programlisting {
8            background: #eeeeff;
9            border: solid 1px #aaaaff;
10            padding: 0.5em;
11        }
12        .variablelist {
13            padding: 4px;
14            margin-left: 3em;
15        }
16        .navigation {
17            background: #ffeeee;
18            border: solid 1px #ffaaaa;
19            margin-top: 0.5em;
20            margin-bottom: 0.5em;
21        }
22        .navigation a {
23            color: #770000;
24        }
25        .navigation a:visited {
26            color: #550000;
27        }
28        .navigation .title {
29            font-size: 200%;
30        }
31      </style><link rel="home" href="index.html" title="Gnome XML Library Reference Manual"><link rel="up" href="libxml-lib.html" title="Libxml Library Reference"><link rel="previous" href="libxml-xmlautomata.html" title="xmlautomata"><link rel="next" href="libxml-xmlschemas.html" title="xmlschemas"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="libxml-xmlautomata.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></img></a></td><td><a accesskey="u" href="libxml-lib.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></img></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></img></a></td><th width="100%" align="center">Gnome XML Library Reference Manual</th><td><a accesskey="n" href="libxml-xmlschemas.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></img></a></td></tr></table><div class="refentry" lang="en"><a name="libxml-xmlunicode"></a><div class="titlepage"></div><div class="refnamediv"><h2>xmlunicode</h2><p>xmlunicode &#8212; </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
32
33
34
35int         <a href="libxml-xmlunicode.html#xmlUCSIsAlphabeticPresentationForms">xmlUCSIsAlphabeticPresentationForms</a>
36                                            (int code);
37int         <a href="libxml-xmlunicode.html#xmlUCSIsArabic">xmlUCSIsArabic</a>                  (int code);
38int         <a href="libxml-xmlunicode.html#xmlUCSIsArabicPresentationFormsA">xmlUCSIsArabicPresentationFormsA</a>
39                                            (int code);
40int         <a href="libxml-xmlunicode.html#xmlUCSIsArabicPresentationFormsB">xmlUCSIsArabicPresentationFormsB</a>
41                                            (int code);
42int         <a href="libxml-xmlunicode.html#xmlUCSIsArmenian">xmlUCSIsArmenian</a>                (int code);
43int         <a href="libxml-xmlunicode.html#xmlUCSIsArrows">xmlUCSIsArrows</a>                  (int code);
44int         <a href="libxml-xmlunicode.html#xmlUCSIsBasicLatin">xmlUCSIsBasicLatin</a>              (int code);
45int         <a href="libxml-xmlunicode.html#xmlUCSIsBengali">xmlUCSIsBengali</a>                 (int code);
46int         <a href="libxml-xmlunicode.html#xmlUCSIsBlockElements">xmlUCSIsBlockElements</a>           (int code);
47int         <a href="libxml-xmlunicode.html#xmlUCSIsBopomofo">xmlUCSIsBopomofo</a>                (int code);
48int         <a href="libxml-xmlunicode.html#xmlUCSIsBopomofoExtended">xmlUCSIsBopomofoExtended</a>        (int code);
49int         <a href="libxml-xmlunicode.html#xmlUCSIsBoxDrawing">xmlUCSIsBoxDrawing</a>              (int code);
50int         <a href="libxml-xmlunicode.html#xmlUCSIsBraillePatterns">xmlUCSIsBraillePatterns</a>         (int code);
51int         <a href="libxml-xmlunicode.html#xmlUCSIsByzantineMusicalSymbols">xmlUCSIsByzantineMusicalSymbols</a> (int code);
52int         <a href="libxml-xmlunicode.html#xmlUCSIsCJKCompatibility">xmlUCSIsCJKCompatibility</a>        (int code);
53int         <a href="libxml-xmlunicode.html#xmlUCSIsCJKCompatibilityForms">xmlUCSIsCJKCompatibilityForms</a>   (int code);
54int         <a href="libxml-xmlunicode.html#xmlUCSIsCJKCompatibilityIdeographs">xmlUCSIsCJKCompatibilityIdeographs</a>
55                                            (int code);
56int         <a href="libxml-xmlunicode.html#xmlUCSIsCJKCompatibilityIdeographsSupplement">xmlUCSIsCJKCompatibilityIdeographsSupplement</a>
57                                            (int code);
58int         <a href="libxml-xmlunicode.html#xmlUCSIsCJKRadicalsSupplement">xmlUCSIsCJKRadicalsSupplement</a>   (int code);
59int         <a href="libxml-xmlunicode.html#xmlUCSIsCJKSymbolsandPunctuation">xmlUCSIsCJKSymbolsandPunctuation</a>
60                                            (int code);
61int         <a href="libxml-xmlunicode.html#xmlUCSIsCJKUnifiedIdeographs">xmlUCSIsCJKUnifiedIdeographs</a>    (int code);
62int         <a href="libxml-xmlunicode.html#xmlUCSIsCJKUnifiedIdeographsExtensionA">xmlUCSIsCJKUnifiedIdeographsExtensionA</a>
63                                            (int code);
64int         <a href="libxml-xmlunicode.html#xmlUCSIsCJKUnifiedIdeographsExtensionB">xmlUCSIsCJKUnifiedIdeographsExtensionB</a>
65                                            (int code);
66int         <a href="libxml-xmlunicode.html#xmlUCSIsCherokee">xmlUCSIsCherokee</a>                (int code);
67int         <a href="libxml-xmlunicode.html#xmlUCSIsCombiningDiacriticalMarks">xmlUCSIsCombiningDiacriticalMarks</a>
68                                            (int code);
69int         <a href="libxml-xmlunicode.html#xmlUCSIsCombiningHalfMarks">xmlUCSIsCombiningHalfMarks</a>      (int code);
70int         <a href="libxml-xmlunicode.html#xmlUCSIsCombiningMarksforSymbols">xmlUCSIsCombiningMarksforSymbols</a>
71                                            (int code);
72int         <a href="libxml-xmlunicode.html#xmlUCSIsControlPictures">xmlUCSIsControlPictures</a>         (int code);
73int         <a href="libxml-xmlunicode.html#xmlUCSIsCurrencySymbols">xmlUCSIsCurrencySymbols</a>         (int code);
74int         <a href="libxml-xmlunicode.html#xmlUCSIsCyrillic">xmlUCSIsCyrillic</a>                (int code);
75int         <a href="libxml-xmlunicode.html#xmlUCSIsDeseret">xmlUCSIsDeseret</a>                 (int code);
76int         <a href="libxml-xmlunicode.html#xmlUCSIsDevanagari">xmlUCSIsDevanagari</a>              (int code);
77int         <a href="libxml-xmlunicode.html#xmlUCSIsDingbats">xmlUCSIsDingbats</a>                (int code);
78int         <a href="libxml-xmlunicode.html#xmlUCSIsEnclosedAlphanumerics">xmlUCSIsEnclosedAlphanumerics</a>   (int code);
79int         <a href="libxml-xmlunicode.html#xmlUCSIsEnclosedCJKLettersandMonths">xmlUCSIsEnclosedCJKLettersandMonths</a>
80                                            (int code);
81int         <a href="libxml-xmlunicode.html#xmlUCSIsEthiopic">xmlUCSIsEthiopic</a>                (int code);
82int         <a href="libxml-xmlunicode.html#xmlUCSIsGeneralPunctuation">xmlUCSIsGeneralPunctuation</a>      (int code);
83int         <a href="libxml-xmlunicode.html#xmlUCSIsGeometricShapes">xmlUCSIsGeometricShapes</a>         (int code);
84int         <a href="libxml-xmlunicode.html#xmlUCSIsGeorgian">xmlUCSIsGeorgian</a>                (int code);
85int         <a href="libxml-xmlunicode.html#xmlUCSIsGothic">xmlUCSIsGothic</a>                  (int code);
86int         <a href="libxml-xmlunicode.html#xmlUCSIsGreek">xmlUCSIsGreek</a>                   (int code);
87int         <a href="libxml-xmlunicode.html#xmlUCSIsGreekExtended">xmlUCSIsGreekExtended</a>           (int code);
88int         <a href="libxml-xmlunicode.html#xmlUCSIsGujarati">xmlUCSIsGujarati</a>                (int code);
89int         <a href="libxml-xmlunicode.html#xmlUCSIsGurmukhi">xmlUCSIsGurmukhi</a>                (int code);
90int         <a href="libxml-xmlunicode.html#xmlUCSIsHalfwidthandFullwidthForms">xmlUCSIsHalfwidthandFullwidthForms</a>
91                                            (int code);
92int         <a href="libxml-xmlunicode.html#xmlUCSIsHangulCompatibilityJamo">xmlUCSIsHangulCompatibilityJamo</a> (int code);
93int         <a href="libxml-xmlunicode.html#xmlUCSIsHangulJamo">xmlUCSIsHangulJamo</a>              (int code);
94int         <a href="libxml-xmlunicode.html#xmlUCSIsHangulSyllables">xmlUCSIsHangulSyllables</a>         (int code);
95int         <a href="libxml-xmlunicode.html#xmlUCSIsHebrew">xmlUCSIsHebrew</a>                  (int code);
96int         <a href="libxml-xmlunicode.html#xmlUCSIsHighPrivateUseSurrogates">xmlUCSIsHighPrivateUseSurrogates</a>
97                                            (int code);
98int         <a href="libxml-xmlunicode.html#xmlUCSIsHighSurrogates">xmlUCSIsHighSurrogates</a>          (int code);
99int         <a href="libxml-xmlunicode.html#xmlUCSIsHiragana">xmlUCSIsHiragana</a>                (int code);
100int         <a href="libxml-xmlunicode.html#xmlUCSIsIPAExtensions">xmlUCSIsIPAExtensions</a>           (int code);
101int         <a href="libxml-xmlunicode.html#xmlUCSIsIdeographicDescriptionCharacters">xmlUCSIsIdeographicDescriptionCharacters</a>
102                                            (int code);
103int         <a href="libxml-xmlunicode.html#xmlUCSIsKanbun">xmlUCSIsKanbun</a>                  (int code);
104int         <a href="libxml-xmlunicode.html#xmlUCSIsKangxiRadicals">xmlUCSIsKangxiRadicals</a>          (int code);
105int         <a href="libxml-xmlunicode.html#xmlUCSIsKannada">xmlUCSIsKannada</a>                 (int code);
106int         <a href="libxml-xmlunicode.html#xmlUCSIsKatakana">xmlUCSIsKatakana</a>                (int code);
107int         <a href="libxml-xmlunicode.html#xmlUCSIsKhmer">xmlUCSIsKhmer</a>                   (int code);
108int         <a href="libxml-xmlunicode.html#xmlUCSIsLao">xmlUCSIsLao</a>                     (int code);
109int         <a href="libxml-xmlunicode.html#xmlUCSIsLatin1Supplement">xmlUCSIsLatin1Supplement</a>        (int code);
110int         <a href="libxml-xmlunicode.html#xmlUCSIsLatinExtendedA">xmlUCSIsLatinExtendedA</a>          (int code);
111int         <a href="libxml-xmlunicode.html#xmlUCSIsLatinExtendedB">xmlUCSIsLatinExtendedB</a>          (int code);
112int         <a href="libxml-xmlunicode.html#xmlUCSIsLatinExtendedAdditional">xmlUCSIsLatinExtendedAdditional</a> (int code);
113int         <a href="libxml-xmlunicode.html#xmlUCSIsLetterlikeSymbols">xmlUCSIsLetterlikeSymbols</a>       (int code);
114int         <a href="libxml-xmlunicode.html#xmlUCSIsLowSurrogates">xmlUCSIsLowSurrogates</a>           (int code);
115int         <a href="libxml-xmlunicode.html#xmlUCSIsMalayalam">xmlUCSIsMalayalam</a>               (int code);
116int         <a href="libxml-xmlunicode.html#xmlUCSIsMathematicalAlphanumericSymbols">xmlUCSIsMathematicalAlphanumericSymbols</a>
117                                            (int code);
118int         <a href="libxml-xmlunicode.html#xmlUCSIsMathematicalOperators">xmlUCSIsMathematicalOperators</a>   (int code);
119int         <a href="libxml-xmlunicode.html#xmlUCSIsMiscellaneousSymbols">xmlUCSIsMiscellaneousSymbols</a>    (int code);
120int         <a href="libxml-xmlunicode.html#xmlUCSIsMiscellaneousTechnical">xmlUCSIsMiscellaneousTechnical</a>  (int code);
121int         <a href="libxml-xmlunicode.html#xmlUCSIsMongolian">xmlUCSIsMongolian</a>               (int code);
122int         <a href="libxml-xmlunicode.html#xmlUCSIsMusicalSymbols">xmlUCSIsMusicalSymbols</a>          (int code);
123int         <a href="libxml-xmlunicode.html#xmlUCSIsMyanmar">xmlUCSIsMyanmar</a>                 (int code);
124int         <a href="libxml-xmlunicode.html#xmlUCSIsNumberForms">xmlUCSIsNumberForms</a>             (int code);
125int         <a href="libxml-xmlunicode.html#xmlUCSIsOgham">xmlUCSIsOgham</a>                   (int code);
126int         <a href="libxml-xmlunicode.html#xmlUCSIsOldItalic">xmlUCSIsOldItalic</a>               (int code);
127int         <a href="libxml-xmlunicode.html#xmlUCSIsOpticalCharacterRecognition">xmlUCSIsOpticalCharacterRecognition</a>
128                                            (int code);
129int         <a href="libxml-xmlunicode.html#xmlUCSIsOriya">xmlUCSIsOriya</a>                   (int code);
130int         <a href="libxml-xmlunicode.html#xmlUCSIsPrivateUse">xmlUCSIsPrivateUse</a>              (int code);
131int         <a href="libxml-xmlunicode.html#xmlUCSIsRunic">xmlUCSIsRunic</a>                   (int code);
132int         <a href="libxml-xmlunicode.html#xmlUCSIsSinhala">xmlUCSIsSinhala</a>                 (int code);
133int         <a href="libxml-xmlunicode.html#xmlUCSIsSmallFormVariants">xmlUCSIsSmallFormVariants</a>       (int code);
134int         <a href="libxml-xmlunicode.html#xmlUCSIsSpacingModifierLetters">xmlUCSIsSpacingModifierLetters</a>  (int code);
135int         <a href="libxml-xmlunicode.html#xmlUCSIsSpecials">xmlUCSIsSpecials</a>                (int code);
136int         <a href="libxml-xmlunicode.html#xmlUCSIsSuperscriptsandSubscripts">xmlUCSIsSuperscriptsandSubscripts</a>
137                                            (int code);
138int         <a href="libxml-xmlunicode.html#xmlUCSIsSyriac">xmlUCSIsSyriac</a>                  (int code);
139int         <a href="libxml-xmlunicode.html#xmlUCSIsTags">xmlUCSIsTags</a>                    (int code);
140int         <a href="libxml-xmlunicode.html#xmlUCSIsTamil">xmlUCSIsTamil</a>                   (int code);
141int         <a href="libxml-xmlunicode.html#xmlUCSIsTelugu">xmlUCSIsTelugu</a>                  (int code);
142int         <a href="libxml-xmlunicode.html#xmlUCSIsThaana">xmlUCSIsThaana</a>                  (int code);
143int         <a href="libxml-xmlunicode.html#xmlUCSIsThai">xmlUCSIsThai</a>                    (int code);
144int         <a href="libxml-xmlunicode.html#xmlUCSIsTibetan">xmlUCSIsTibetan</a>                 (int code);
145int         <a href="libxml-xmlunicode.html#xmlUCSIsUnifiedCanadianAboriginalSyllabics">xmlUCSIsUnifiedCanadianAboriginalSyllabics</a>
146                                            (int code);
147int         <a href="libxml-xmlunicode.html#xmlUCSIsYiRadicals">xmlUCSIsYiRadicals</a>              (int code);
148int         <a href="libxml-xmlunicode.html#xmlUCSIsYiSyllables">xmlUCSIsYiSyllables</a>             (int code);
149int         <a href="libxml-xmlunicode.html#xmlUCSIsBlock">xmlUCSIsBlock</a>                   (int code,
150                                             const char *block);
151int         <a href="libxml-xmlunicode.html#xmlUCSIsCatC">xmlUCSIsCatC</a>                    (int code);
152int         <a href="libxml-xmlunicode.html#xmlUCSIsCatCc">xmlUCSIsCatCc</a>                   (int code);
153int         <a href="libxml-xmlunicode.html#xmlUCSIsCatCf">xmlUCSIsCatCf</a>                   (int code);
154int         <a href="libxml-xmlunicode.html#xmlUCSIsCatCo">xmlUCSIsCatCo</a>                   (int code);
155int         <a href="libxml-xmlunicode.html#xmlUCSIsCatCs">xmlUCSIsCatCs</a>                   (int code);
156int         <a href="libxml-xmlunicode.html#xmlUCSIsCatL">xmlUCSIsCatL</a>                    (int code);
157int         <a href="libxml-xmlunicode.html#xmlUCSIsCatLl">xmlUCSIsCatLl</a>                   (int code);
158int         <a href="libxml-xmlunicode.html#xmlUCSIsCatLm">xmlUCSIsCatLm</a>                   (int code);
159int         <a href="libxml-xmlunicode.html#xmlUCSIsCatLo">xmlUCSIsCatLo</a>                   (int code);
160int         <a href="libxml-xmlunicode.html#xmlUCSIsCatLt">xmlUCSIsCatLt</a>                   (int code);
161int         <a href="libxml-xmlunicode.html#xmlUCSIsCatLu">xmlUCSIsCatLu</a>                   (int code);
162int         <a href="libxml-xmlunicode.html#xmlUCSIsCatM">xmlUCSIsCatM</a>                    (int code);
163int         <a href="libxml-xmlunicode.html#xmlUCSIsCatMc">xmlUCSIsCatMc</a>                   (int code);
164int         <a href="libxml-xmlunicode.html#xmlUCSIsCatMe">xmlUCSIsCatMe</a>                   (int code);
165int         <a href="libxml-xmlunicode.html#xmlUCSIsCatMn">xmlUCSIsCatMn</a>                   (int code);
166int         <a href="libxml-xmlunicode.html#xmlUCSIsCatN">xmlUCSIsCatN</a>                    (int code);
167int         <a href="libxml-xmlunicode.html#xmlUCSIsCatNd">xmlUCSIsCatNd</a>                   (int code);
168int         <a href="libxml-xmlunicode.html#xmlUCSIsCatNl">xmlUCSIsCatNl</a>                   (int code);
169int         <a href="libxml-xmlunicode.html#xmlUCSIsCatNo">xmlUCSIsCatNo</a>                   (int code);
170int         <a href="libxml-xmlunicode.html#xmlUCSIsCatP">xmlUCSIsCatP</a>                    (int code);
171int         <a href="libxml-xmlunicode.html#xmlUCSIsCatPc">xmlUCSIsCatPc</a>                   (int code);
172int         <a href="libxml-xmlunicode.html#xmlUCSIsCatPd">xmlUCSIsCatPd</a>                   (int code);
173int         <a href="libxml-xmlunicode.html#xmlUCSIsCatPe">xmlUCSIsCatPe</a>                   (int code);
174int         <a href="libxml-xmlunicode.html#xmlUCSIsCatPf">xmlUCSIsCatPf</a>                   (int code);
175int         <a href="libxml-xmlunicode.html#xmlUCSIsCatPi">xmlUCSIsCatPi</a>                   (int code);
176int         <a href="libxml-xmlunicode.html#xmlUCSIsCatPo">xmlUCSIsCatPo</a>                   (int code);
177int         <a href="libxml-xmlunicode.html#xmlUCSIsCatPs">xmlUCSIsCatPs</a>                   (int code);
178int         <a href="libxml-xmlunicode.html#xmlUCSIsCatS">xmlUCSIsCatS</a>                    (int code);
179int         <a href="libxml-xmlunicode.html#xmlUCSIsCatSc">xmlUCSIsCatSc</a>                   (int code);
180int         <a href="libxml-xmlunicode.html#xmlUCSIsCatSk">xmlUCSIsCatSk</a>                   (int code);
181int         <a href="libxml-xmlunicode.html#xmlUCSIsCatSm">xmlUCSIsCatSm</a>                   (int code);
182int         <a href="libxml-xmlunicode.html#xmlUCSIsCatSo">xmlUCSIsCatSo</a>                   (int code);
183int         <a href="libxml-xmlunicode.html#xmlUCSIsCatZ">xmlUCSIsCatZ</a>                    (int code);
184int         <a href="libxml-xmlunicode.html#xmlUCSIsCatZl">xmlUCSIsCatZl</a>                   (int code);
185int         <a href="libxml-xmlunicode.html#xmlUCSIsCatZp">xmlUCSIsCatZp</a>                   (int code);
186int         <a href="libxml-xmlunicode.html#xmlUCSIsCatZs">xmlUCSIsCatZs</a>                   (int code);
187int         <a href="libxml-xmlunicode.html#xmlUCSIsCat">xmlUCSIsCat</a>                     (int code,
188                                             const char *cat);
189</pre></div><div class="refsect1" lang="en"><h2>Description</h2><p>
190
191</p></div><div class="refsect1" lang="en"><h2>Details</h2><div class="refsect2" lang="en"><h3><a name="xmlUCSIsAlphabeticPresentationForms"></a>xmlUCSIsAlphabeticPresentationForms ()</h3><pre class="programlisting">int         xmlUCSIsAlphabeticPresentationForms
192                                            (int code);</pre><p>
193Check whether the character is part of AlphabeticPresentationForms UCS Block</p><p>
194
195</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
196</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
197</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsArabic"></a>xmlUCSIsArabic ()</h3><pre class="programlisting">int         xmlUCSIsArabic                  (int code);</pre><p>
198Check whether the character is part of Arabic UCS Block</p><p>
199
200</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
201</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
202</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsArabicPresentationFormsA"></a>xmlUCSIsArabicPresentationFormsA ()</h3><pre class="programlisting">int         xmlUCSIsArabicPresentationFormsA
203                                            (int code);</pre><p>
204Check whether the character is part of ArabicPresentationForms-A UCS Block</p><p>
205
206</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
207</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
208</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsArabicPresentationFormsB"></a>xmlUCSIsArabicPresentationFormsB ()</h3><pre class="programlisting">int         xmlUCSIsArabicPresentationFormsB
209                                            (int code);</pre><p>
210Check whether the character is part of ArabicPresentationForms-B UCS Block</p><p>
211
212</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
213</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
214</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsArmenian"></a>xmlUCSIsArmenian ()</h3><pre class="programlisting">int         xmlUCSIsArmenian                (int code);</pre><p>
215Check whether the character is part of Armenian UCS Block</p><p>
216
217</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
218</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
219</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsArrows"></a>xmlUCSIsArrows ()</h3><pre class="programlisting">int         xmlUCSIsArrows                  (int code);</pre><p>
220Check whether the character is part of Arrows UCS Block</p><p>
221
222</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
223</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
224</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsBasicLatin"></a>xmlUCSIsBasicLatin ()</h3><pre class="programlisting">int         xmlUCSIsBasicLatin              (int code);</pre><p>
225Check whether the character is part of BasicLatin UCS Block</p><p>
226
227</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
228</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
229</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsBengali"></a>xmlUCSIsBengali ()</h3><pre class="programlisting">int         xmlUCSIsBengali                 (int code);</pre><p>
230Check whether the character is part of Bengali UCS Block</p><p>
231
232</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
233</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
234</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsBlockElements"></a>xmlUCSIsBlockElements ()</h3><pre class="programlisting">int         xmlUCSIsBlockElements           (int code);</pre><p>
235Check whether the character is part of BlockElements UCS Block</p><p>
236
237</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
238</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
239</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsBopomofo"></a>xmlUCSIsBopomofo ()</h3><pre class="programlisting">int         xmlUCSIsBopomofo                (int code);</pre><p>
240Check whether the character is part of Bopomofo UCS Block</p><p>
241
242</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
243</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
244</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsBopomofoExtended"></a>xmlUCSIsBopomofoExtended ()</h3><pre class="programlisting">int         xmlUCSIsBopomofoExtended        (int code);</pre><p>
245Check whether the character is part of BopomofoExtended UCS Block</p><p>
246
247</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
248</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
249</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsBoxDrawing"></a>xmlUCSIsBoxDrawing ()</h3><pre class="programlisting">int         xmlUCSIsBoxDrawing              (int code);</pre><p>
250Check whether the character is part of BoxDrawing UCS Block</p><p>
251
252</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
253</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
254</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsBraillePatterns"></a>xmlUCSIsBraillePatterns ()</h3><pre class="programlisting">int         xmlUCSIsBraillePatterns         (int code);</pre><p>
255Check whether the character is part of BraillePatterns UCS Block</p><p>
256
257</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
258</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
259</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsByzantineMusicalSymbols"></a>xmlUCSIsByzantineMusicalSymbols ()</h3><pre class="programlisting">int         xmlUCSIsByzantineMusicalSymbols (int code);</pre><p>
260Check whether the character is part of ByzantineMusicalSymbols UCS Block</p><p>
261
262</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
263</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
264</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCJKCompatibility"></a>xmlUCSIsCJKCompatibility ()</h3><pre class="programlisting">int         xmlUCSIsCJKCompatibility        (int code);</pre><p>
265Check whether the character is part of CJKCompatibility UCS Block</p><p>
266
267</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
268</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
269</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCJKCompatibilityForms"></a>xmlUCSIsCJKCompatibilityForms ()</h3><pre class="programlisting">int         xmlUCSIsCJKCompatibilityForms   (int code);</pre><p>
270Check whether the character is part of CJKCompatibilityForms UCS Block</p><p>
271
272</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
273</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
274</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCJKCompatibilityIdeographs"></a>xmlUCSIsCJKCompatibilityIdeographs ()</h3><pre class="programlisting">int         xmlUCSIsCJKCompatibilityIdeographs
275                                            (int code);</pre><p>
276Check whether the character is part of CJKCompatibilityIdeographs UCS Block</p><p>
277
278</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
279</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
280</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCJKCompatibilityIdeographsSupplement"></a>xmlUCSIsCJKCompatibilityIdeographsSupplement ()</h3><pre class="programlisting">int         xmlUCSIsCJKCompatibilityIdeographsSupplement
281                                            (int code);</pre><p>
282Check whether the character is part of CJKCompatibilityIdeographsSupplement UCS Block</p><p>
283
284</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
285</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
286</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCJKRadicalsSupplement"></a>xmlUCSIsCJKRadicalsSupplement ()</h3><pre class="programlisting">int         xmlUCSIsCJKRadicalsSupplement   (int code);</pre><p>
287Check whether the character is part of CJKRadicalsSupplement UCS Block</p><p>
288
289</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
290</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
291</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCJKSymbolsandPunctuation"></a>xmlUCSIsCJKSymbolsandPunctuation ()</h3><pre class="programlisting">int         xmlUCSIsCJKSymbolsandPunctuation
292                                            (int code);</pre><p>
293Check whether the character is part of CJKSymbolsandPunctuation UCS Block</p><p>
294
295</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
296</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
297</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCJKUnifiedIdeographs"></a>xmlUCSIsCJKUnifiedIdeographs ()</h3><pre class="programlisting">int         xmlUCSIsCJKUnifiedIdeographs    (int code);</pre><p>
298Check whether the character is part of CJKUnifiedIdeographs UCS Block</p><p>
299
300</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
301</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
302</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCJKUnifiedIdeographsExtensionA"></a>xmlUCSIsCJKUnifiedIdeographsExtensionA ()</h3><pre class="programlisting">int         xmlUCSIsCJKUnifiedIdeographsExtensionA
303                                            (int code);</pre><p>
304Check whether the character is part of CJKUnifiedIdeographsExtensionA UCS Block</p><p>
305
306</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
307</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
308</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCJKUnifiedIdeographsExtensionB"></a>xmlUCSIsCJKUnifiedIdeographsExtensionB ()</h3><pre class="programlisting">int         xmlUCSIsCJKUnifiedIdeographsExtensionB
309                                            (int code);</pre><p>
310Check whether the character is part of CJKUnifiedIdeographsExtensionB UCS Block</p><p>
311
312</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
313</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
314</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCherokee"></a>xmlUCSIsCherokee ()</h3><pre class="programlisting">int         xmlUCSIsCherokee                (int code);</pre><p>
315Check whether the character is part of Cherokee UCS Block</p><p>
316
317</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
318</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
319</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCombiningDiacriticalMarks"></a>xmlUCSIsCombiningDiacriticalMarks ()</h3><pre class="programlisting">int         xmlUCSIsCombiningDiacriticalMarks
320                                            (int code);</pre><p>
321Check whether the character is part of CombiningDiacriticalMarks UCS Block</p><p>
322
323</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
324</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
325</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCombiningHalfMarks"></a>xmlUCSIsCombiningHalfMarks ()</h3><pre class="programlisting">int         xmlUCSIsCombiningHalfMarks      (int code);</pre><p>
326Check whether the character is part of CombiningHalfMarks UCS Block</p><p>
327
328</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
329</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
330</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCombiningMarksforSymbols"></a>xmlUCSIsCombiningMarksforSymbols ()</h3><pre class="programlisting">int         xmlUCSIsCombiningMarksforSymbols
331                                            (int code);</pre><p>
332Check whether the character is part of CombiningMarksforSymbols UCS Block</p><p>
333
334</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
335</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
336</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsControlPictures"></a>xmlUCSIsControlPictures ()</h3><pre class="programlisting">int         xmlUCSIsControlPictures         (int code);</pre><p>
337Check whether the character is part of ControlPictures UCS Block</p><p>
338
339</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
340</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
341</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCurrencySymbols"></a>xmlUCSIsCurrencySymbols ()</h3><pre class="programlisting">int         xmlUCSIsCurrencySymbols         (int code);</pre><p>
342Check whether the character is part of CurrencySymbols UCS Block</p><p>
343
344</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
345</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
346</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCyrillic"></a>xmlUCSIsCyrillic ()</h3><pre class="programlisting">int         xmlUCSIsCyrillic                (int code);</pre><p>
347Check whether the character is part of Cyrillic UCS Block</p><p>
348
349</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
350</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
351</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsDeseret"></a>xmlUCSIsDeseret ()</h3><pre class="programlisting">int         xmlUCSIsDeseret                 (int code);</pre><p>
352Check whether the character is part of Deseret UCS Block</p><p>
353
354</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
355</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
356</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsDevanagari"></a>xmlUCSIsDevanagari ()</h3><pre class="programlisting">int         xmlUCSIsDevanagari              (int code);</pre><p>
357Check whether the character is part of Devanagari UCS Block</p><p>
358
359</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
360</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
361</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsDingbats"></a>xmlUCSIsDingbats ()</h3><pre class="programlisting">int         xmlUCSIsDingbats                (int code);</pre><p>
362Check whether the character is part of Dingbats UCS Block</p><p>
363
364</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
365</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
366</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsEnclosedAlphanumerics"></a>xmlUCSIsEnclosedAlphanumerics ()</h3><pre class="programlisting">int         xmlUCSIsEnclosedAlphanumerics   (int code);</pre><p>
367Check whether the character is part of EnclosedAlphanumerics UCS Block</p><p>
368
369</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
370</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
371</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsEnclosedCJKLettersandMonths"></a>xmlUCSIsEnclosedCJKLettersandMonths ()</h3><pre class="programlisting">int         xmlUCSIsEnclosedCJKLettersandMonths
372                                            (int code);</pre><p>
373Check whether the character is part of EnclosedCJKLettersandMonths UCS Block</p><p>
374
375</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
376</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
377</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsEthiopic"></a>xmlUCSIsEthiopic ()</h3><pre class="programlisting">int         xmlUCSIsEthiopic                (int code);</pre><p>
378Check whether the character is part of Ethiopic UCS Block</p><p>
379
380</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
381</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
382</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsGeneralPunctuation"></a>xmlUCSIsGeneralPunctuation ()</h3><pre class="programlisting">int         xmlUCSIsGeneralPunctuation      (int code);</pre><p>
383Check whether the character is part of GeneralPunctuation UCS Block</p><p>
384
385</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
386</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
387</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsGeometricShapes"></a>xmlUCSIsGeometricShapes ()</h3><pre class="programlisting">int         xmlUCSIsGeometricShapes         (int code);</pre><p>
388Check whether the character is part of GeometricShapes UCS Block</p><p>
389
390</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
391</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
392</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsGeorgian"></a>xmlUCSIsGeorgian ()</h3><pre class="programlisting">int         xmlUCSIsGeorgian                (int code);</pre><p>
393Check whether the character is part of Georgian UCS Block</p><p>
394
395</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
396</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
397</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsGothic"></a>xmlUCSIsGothic ()</h3><pre class="programlisting">int         xmlUCSIsGothic                  (int code);</pre><p>
398Check whether the character is part of Gothic UCS Block</p><p>
399
400</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
401</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
402</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsGreek"></a>xmlUCSIsGreek ()</h3><pre class="programlisting">int         xmlUCSIsGreek                   (int code);</pre><p>
403Check whether the character is part of Greek UCS Block</p><p>
404
405</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
406</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
407</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsGreekExtended"></a>xmlUCSIsGreekExtended ()</h3><pre class="programlisting">int         xmlUCSIsGreekExtended           (int code);</pre><p>
408Check whether the character is part of GreekExtended UCS Block</p><p>
409
410</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
411</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
412</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsGujarati"></a>xmlUCSIsGujarati ()</h3><pre class="programlisting">int         xmlUCSIsGujarati                (int code);</pre><p>
413Check whether the character is part of Gujarati UCS Block</p><p>
414
415</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
416</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
417</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsGurmukhi"></a>xmlUCSIsGurmukhi ()</h3><pre class="programlisting">int         xmlUCSIsGurmukhi                (int code);</pre><p>
418Check whether the character is part of Gurmukhi UCS Block</p><p>
419
420</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
421</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
422</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsHalfwidthandFullwidthForms"></a>xmlUCSIsHalfwidthandFullwidthForms ()</h3><pre class="programlisting">int         xmlUCSIsHalfwidthandFullwidthForms
423                                            (int code);</pre><p>
424Check whether the character is part of HalfwidthandFullwidthForms UCS Block</p><p>
425
426</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
427</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
428</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsHangulCompatibilityJamo"></a>xmlUCSIsHangulCompatibilityJamo ()</h3><pre class="programlisting">int         xmlUCSIsHangulCompatibilityJamo (int code);</pre><p>
429Check whether the character is part of HangulCompatibilityJamo UCS Block</p><p>
430
431</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
432</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
433</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsHangulJamo"></a>xmlUCSIsHangulJamo ()</h3><pre class="programlisting">int         xmlUCSIsHangulJamo              (int code);</pre><p>
434Check whether the character is part of HangulJamo UCS Block</p><p>
435
436</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
437</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
438</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsHangulSyllables"></a>xmlUCSIsHangulSyllables ()</h3><pre class="programlisting">int         xmlUCSIsHangulSyllables         (int code);</pre><p>
439Check whether the character is part of HangulSyllables UCS Block</p><p>
440
441</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
442</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
443</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsHebrew"></a>xmlUCSIsHebrew ()</h3><pre class="programlisting">int         xmlUCSIsHebrew                  (int code);</pre><p>
444Check whether the character is part of Hebrew UCS Block</p><p>
445
446</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
447</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
448</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsHighPrivateUseSurrogates"></a>xmlUCSIsHighPrivateUseSurrogates ()</h3><pre class="programlisting">int         xmlUCSIsHighPrivateUseSurrogates
449                                            (int code);</pre><p>
450Check whether the character is part of HighPrivateUseSurrogates UCS Block</p><p>
451
452</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
453</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
454</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsHighSurrogates"></a>xmlUCSIsHighSurrogates ()</h3><pre class="programlisting">int         xmlUCSIsHighSurrogates          (int code);</pre><p>
455Check whether the character is part of HighSurrogates UCS Block</p><p>
456
457</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
458</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
459</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsHiragana"></a>xmlUCSIsHiragana ()</h3><pre class="programlisting">int         xmlUCSIsHiragana                (int code);</pre><p>
460Check whether the character is part of Hiragana UCS Block</p><p>
461
462</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
463</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
464</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsIPAExtensions"></a>xmlUCSIsIPAExtensions ()</h3><pre class="programlisting">int         xmlUCSIsIPAExtensions           (int code);</pre><p>
465Check whether the character is part of IPAExtensions UCS Block</p><p>
466
467</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
468</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
469</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsIdeographicDescriptionCharacters"></a>xmlUCSIsIdeographicDescriptionCharacters ()</h3><pre class="programlisting">int         xmlUCSIsIdeographicDescriptionCharacters
470                                            (int code);</pre><p>
471Check whether the character is part of IdeographicDescriptionCharacters UCS Block</p><p>
472
473</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
474</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
475</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsKanbun"></a>xmlUCSIsKanbun ()</h3><pre class="programlisting">int         xmlUCSIsKanbun                  (int code);</pre><p>
476Check whether the character is part of Kanbun UCS Block</p><p>
477
478</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
479</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
480</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsKangxiRadicals"></a>xmlUCSIsKangxiRadicals ()</h3><pre class="programlisting">int         xmlUCSIsKangxiRadicals          (int code);</pre><p>
481Check whether the character is part of KangxiRadicals UCS Block</p><p>
482
483</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
484</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
485</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsKannada"></a>xmlUCSIsKannada ()</h3><pre class="programlisting">int         xmlUCSIsKannada                 (int code);</pre><p>
486Check whether the character is part of Kannada UCS Block</p><p>
487
488</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
489</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
490</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsKatakana"></a>xmlUCSIsKatakana ()</h3><pre class="programlisting">int         xmlUCSIsKatakana                (int code);</pre><p>
491Check whether the character is part of Katakana UCS Block</p><p>
492
493</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
494</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
495</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsKhmer"></a>xmlUCSIsKhmer ()</h3><pre class="programlisting">int         xmlUCSIsKhmer                   (int code);</pre><p>
496Check whether the character is part of Khmer UCS Block</p><p>
497
498</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
499</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
500</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsLao"></a>xmlUCSIsLao ()</h3><pre class="programlisting">int         xmlUCSIsLao                     (int code);</pre><p>
501Check whether the character is part of Lao UCS Block</p><p>
502
503</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
504</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
505</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsLatin1Supplement"></a>xmlUCSIsLatin1Supplement ()</h3><pre class="programlisting">int         xmlUCSIsLatin1Supplement        (int code);</pre><p>
506Check whether the character is part of Latin-1Supplement UCS Block</p><p>
507
508</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
509</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
510</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsLatinExtendedA"></a>xmlUCSIsLatinExtendedA ()</h3><pre class="programlisting">int         xmlUCSIsLatinExtendedA          (int code);</pre><p>
511Check whether the character is part of LatinExtended-A UCS Block</p><p>
512
513</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
514</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
515</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsLatinExtendedB"></a>xmlUCSIsLatinExtendedB ()</h3><pre class="programlisting">int         xmlUCSIsLatinExtendedB          (int code);</pre><p>
516Check whether the character is part of LatinExtended-B UCS Block</p><p>
517
518</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
519</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
520</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsLatinExtendedAdditional"></a>xmlUCSIsLatinExtendedAdditional ()</h3><pre class="programlisting">int         xmlUCSIsLatinExtendedAdditional (int code);</pre><p>
521Check whether the character is part of LatinExtendedAdditional UCS Block</p><p>
522
523</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
524</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
525</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsLetterlikeSymbols"></a>xmlUCSIsLetterlikeSymbols ()</h3><pre class="programlisting">int         xmlUCSIsLetterlikeSymbols       (int code);</pre><p>
526Check whether the character is part of LetterlikeSymbols UCS Block</p><p>
527
528</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
529</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
530</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsLowSurrogates"></a>xmlUCSIsLowSurrogates ()</h3><pre class="programlisting">int         xmlUCSIsLowSurrogates           (int code);</pre><p>
531Check whether the character is part of LowSurrogates UCS Block</p><p>
532
533</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
534</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
535</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsMalayalam"></a>xmlUCSIsMalayalam ()</h3><pre class="programlisting">int         xmlUCSIsMalayalam               (int code);</pre><p>
536Check whether the character is part of Malayalam UCS Block</p><p>
537
538</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
539</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
540</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsMathematicalAlphanumericSymbols"></a>xmlUCSIsMathematicalAlphanumericSymbols ()</h3><pre class="programlisting">int         xmlUCSIsMathematicalAlphanumericSymbols
541                                            (int code);</pre><p>
542Check whether the character is part of MathematicalAlphanumericSymbols UCS Block</p><p>
543
544</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
545</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
546</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsMathematicalOperators"></a>xmlUCSIsMathematicalOperators ()</h3><pre class="programlisting">int         xmlUCSIsMathematicalOperators   (int code);</pre><p>
547Check whether the character is part of MathematicalOperators UCS Block</p><p>
548
549</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
550</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
551</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsMiscellaneousSymbols"></a>xmlUCSIsMiscellaneousSymbols ()</h3><pre class="programlisting">int         xmlUCSIsMiscellaneousSymbols    (int code);</pre><p>
552Check whether the character is part of MiscellaneousSymbols UCS Block</p><p>
553
554</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
555</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
556</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsMiscellaneousTechnical"></a>xmlUCSIsMiscellaneousTechnical ()</h3><pre class="programlisting">int         xmlUCSIsMiscellaneousTechnical  (int code);</pre><p>
557Check whether the character is part of MiscellaneousTechnical UCS Block</p><p>
558
559</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
560</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
561</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsMongolian"></a>xmlUCSIsMongolian ()</h3><pre class="programlisting">int         xmlUCSIsMongolian               (int code);</pre><p>
562Check whether the character is part of Mongolian UCS Block</p><p>
563
564</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
565</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
566</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsMusicalSymbols"></a>xmlUCSIsMusicalSymbols ()</h3><pre class="programlisting">int         xmlUCSIsMusicalSymbols          (int code);</pre><p>
567Check whether the character is part of MusicalSymbols UCS Block</p><p>
568
569</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
570</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
571</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsMyanmar"></a>xmlUCSIsMyanmar ()</h3><pre class="programlisting">int         xmlUCSIsMyanmar                 (int code);</pre><p>
572Check whether the character is part of Myanmar UCS Block</p><p>
573
574</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
575</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
576</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsNumberForms"></a>xmlUCSIsNumberForms ()</h3><pre class="programlisting">int         xmlUCSIsNumberForms             (int code);</pre><p>
577Check whether the character is part of NumberForms UCS Block</p><p>
578
579</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
580</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
581</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsOgham"></a>xmlUCSIsOgham ()</h3><pre class="programlisting">int         xmlUCSIsOgham                   (int code);</pre><p>
582Check whether the character is part of Ogham UCS Block</p><p>
583
584</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
585</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
586</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsOldItalic"></a>xmlUCSIsOldItalic ()</h3><pre class="programlisting">int         xmlUCSIsOldItalic               (int code);</pre><p>
587Check whether the character is part of OldItalic UCS Block</p><p>
588
589</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
590</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
591</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsOpticalCharacterRecognition"></a>xmlUCSIsOpticalCharacterRecognition ()</h3><pre class="programlisting">int         xmlUCSIsOpticalCharacterRecognition
592                                            (int code);</pre><p>
593Check whether the character is part of OpticalCharacterRecognition UCS Block</p><p>
594
595</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
596</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
597</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsOriya"></a>xmlUCSIsOriya ()</h3><pre class="programlisting">int         xmlUCSIsOriya                   (int code);</pre><p>
598Check whether the character is part of Oriya UCS Block</p><p>
599
600</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
601</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
602</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsPrivateUse"></a>xmlUCSIsPrivateUse ()</h3><pre class="programlisting">int         xmlUCSIsPrivateUse              (int code);</pre><p>
603Check whether the character is part of PrivateUse UCS Block</p><p>
604
605</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
606</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
607</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsRunic"></a>xmlUCSIsRunic ()</h3><pre class="programlisting">int         xmlUCSIsRunic                   (int code);</pre><p>
608Check whether the character is part of Runic UCS Block</p><p>
609
610</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
611</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
612</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsSinhala"></a>xmlUCSIsSinhala ()</h3><pre class="programlisting">int         xmlUCSIsSinhala                 (int code);</pre><p>
613Check whether the character is part of Sinhala UCS Block</p><p>
614
615</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
616</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
617</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsSmallFormVariants"></a>xmlUCSIsSmallFormVariants ()</h3><pre class="programlisting">int         xmlUCSIsSmallFormVariants       (int code);</pre><p>
618Check whether the character is part of SmallFormVariants UCS Block</p><p>
619
620</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
621</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
622</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsSpacingModifierLetters"></a>xmlUCSIsSpacingModifierLetters ()</h3><pre class="programlisting">int         xmlUCSIsSpacingModifierLetters  (int code);</pre><p>
623Check whether the character is part of SpacingModifierLetters UCS Block</p><p>
624
625</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
626</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
627</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsSpecials"></a>xmlUCSIsSpecials ()</h3><pre class="programlisting">int         xmlUCSIsSpecials                (int code);</pre><p>
628Check whether the character is part of Specials UCS Block</p><p>
629
630</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
631</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
632</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsSuperscriptsandSubscripts"></a>xmlUCSIsSuperscriptsandSubscripts ()</h3><pre class="programlisting">int         xmlUCSIsSuperscriptsandSubscripts
633                                            (int code);</pre><p>
634Check whether the character is part of SuperscriptsandSubscripts UCS Block</p><p>
635
636</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
637</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
638</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsSyriac"></a>xmlUCSIsSyriac ()</h3><pre class="programlisting">int         xmlUCSIsSyriac                  (int code);</pre><p>
639Check whether the character is part of Syriac UCS Block</p><p>
640
641</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
642</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
643</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsTags"></a>xmlUCSIsTags ()</h3><pre class="programlisting">int         xmlUCSIsTags                    (int code);</pre><p>
644Check whether the character is part of Tags UCS Block</p><p>
645
646</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
647</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
648</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsTamil"></a>xmlUCSIsTamil ()</h3><pre class="programlisting">int         xmlUCSIsTamil                   (int code);</pre><p>
649Check whether the character is part of Tamil UCS Block</p><p>
650
651</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
652</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
653</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsTelugu"></a>xmlUCSIsTelugu ()</h3><pre class="programlisting">int         xmlUCSIsTelugu                  (int code);</pre><p>
654Check whether the character is part of Telugu UCS Block</p><p>
655
656</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
657</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
658</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsThaana"></a>xmlUCSIsThaana ()</h3><pre class="programlisting">int         xmlUCSIsThaana                  (int code);</pre><p>
659Check whether the character is part of Thaana UCS Block</p><p>
660
661</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
662</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
663</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsThai"></a>xmlUCSIsThai ()</h3><pre class="programlisting">int         xmlUCSIsThai                    (int code);</pre><p>
664Check whether the character is part of Thai UCS Block</p><p>
665
666</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
667</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
668</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsTibetan"></a>xmlUCSIsTibetan ()</h3><pre class="programlisting">int         xmlUCSIsTibetan                 (int code);</pre><p>
669Check whether the character is part of Tibetan UCS Block</p><p>
670
671</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
672</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
673</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsUnifiedCanadianAboriginalSyllabics"></a>xmlUCSIsUnifiedCanadianAboriginalSyllabics ()</h3><pre class="programlisting">int         xmlUCSIsUnifiedCanadianAboriginalSyllabics
674                                            (int code);</pre><p>
675Check whether the character is part of UnifiedCanadianAboriginalSyllabics UCS Block</p><p>
676
677</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
678</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
679</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsYiRadicals"></a>xmlUCSIsYiRadicals ()</h3><pre class="programlisting">int         xmlUCSIsYiRadicals              (int code);</pre><p>
680Check whether the character is part of YiRadicals UCS Block</p><p>
681
682</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
683</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
684</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsYiSyllables"></a>xmlUCSIsYiSyllables ()</h3><pre class="programlisting">int         xmlUCSIsYiSyllables             (int code);</pre><p>
685Check whether the character is part of YiSyllables UCS Block</p><p>
686
687</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
688</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
689</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsBlock"></a>xmlUCSIsBlock ()</h3><pre class="programlisting">int         xmlUCSIsBlock                   (int code,
690                                             const char *block);</pre><p>
691Check whether the caracter is part of the UCS Block</p><p>
692
693</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
694</td></tr><tr><td><span class="term"><i><tt>block</tt></i>�:</span></td><td> UCS block name
695</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true, 0 if false and -1 on unknown block
696</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatC"></a>xmlUCSIsCatC ()</h3><pre class="programlisting">int         xmlUCSIsCatC                    (int code);</pre><p>
697Check whether the character is part of C UCS Category</p><p>
698
699</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
700</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
701</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatCc"></a>xmlUCSIsCatCc ()</h3><pre class="programlisting">int         xmlUCSIsCatCc                   (int code);</pre><p>
702Check whether the character is part of Cc UCS Category</p><p>
703
704</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
705</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
706</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatCf"></a>xmlUCSIsCatCf ()</h3><pre class="programlisting">int         xmlUCSIsCatCf                   (int code);</pre><p>
707Check whether the character is part of Cf UCS Category</p><p>
708
709</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
710</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
711</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatCo"></a>xmlUCSIsCatCo ()</h3><pre class="programlisting">int         xmlUCSIsCatCo                   (int code);</pre><p>
712Check whether the character is part of Co UCS Category</p><p>
713
714</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
715</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
716</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatCs"></a>xmlUCSIsCatCs ()</h3><pre class="programlisting">int         xmlUCSIsCatCs                   (int code);</pre><p>
717Check whether the character is part of Cs UCS Category</p><p>
718
719</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
720</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
721</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatL"></a>xmlUCSIsCatL ()</h3><pre class="programlisting">int         xmlUCSIsCatL                    (int code);</pre><p>
722Check whether the character is part of L UCS Category</p><p>
723
724</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
725</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
726</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatLl"></a>xmlUCSIsCatLl ()</h3><pre class="programlisting">int         xmlUCSIsCatLl                   (int code);</pre><p>
727Check whether the character is part of Ll UCS Category</p><p>
728
729</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
730</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
731</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatLm"></a>xmlUCSIsCatLm ()</h3><pre class="programlisting">int         xmlUCSIsCatLm                   (int code);</pre><p>
732Check whether the character is part of Lm UCS Category</p><p>
733
734</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
735</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
736</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatLo"></a>xmlUCSIsCatLo ()</h3><pre class="programlisting">int         xmlUCSIsCatLo                   (int code);</pre><p>
737Check whether the character is part of Lo UCS Category</p><p>
738
739</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
740</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
741</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatLt"></a>xmlUCSIsCatLt ()</h3><pre class="programlisting">int         xmlUCSIsCatLt                   (int code);</pre><p>
742Check whether the character is part of Lt UCS Category</p><p>
743
744</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
745</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
746</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatLu"></a>xmlUCSIsCatLu ()</h3><pre class="programlisting">int         xmlUCSIsCatLu                   (int code);</pre><p>
747Check whether the character is part of Lu UCS Category</p><p>
748
749</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
750</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
751</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatM"></a>xmlUCSIsCatM ()</h3><pre class="programlisting">int         xmlUCSIsCatM                    (int code);</pre><p>
752Check whether the character is part of M UCS Category</p><p>
753
754</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
755</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
756</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatMc"></a>xmlUCSIsCatMc ()</h3><pre class="programlisting">int         xmlUCSIsCatMc                   (int code);</pre><p>
757Check whether the character is part of Mc UCS Category</p><p>
758
759</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
760</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
761</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatMe"></a>xmlUCSIsCatMe ()</h3><pre class="programlisting">int         xmlUCSIsCatMe                   (int code);</pre><p>
762Check whether the character is part of Me UCS Category</p><p>
763
764</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
765</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
766</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatMn"></a>xmlUCSIsCatMn ()</h3><pre class="programlisting">int         xmlUCSIsCatMn                   (int code);</pre><p>
767Check whether the character is part of Mn UCS Category</p><p>
768
769</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
770</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
771</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatN"></a>xmlUCSIsCatN ()</h3><pre class="programlisting">int         xmlUCSIsCatN                    (int code);</pre><p>
772Check whether the character is part of N UCS Category</p><p>
773
774</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
775</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
776</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatNd"></a>xmlUCSIsCatNd ()</h3><pre class="programlisting">int         xmlUCSIsCatNd                   (int code);</pre><p>
777Check whether the character is part of Nd UCS Category</p><p>
778
779</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
780</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
781</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatNl"></a>xmlUCSIsCatNl ()</h3><pre class="programlisting">int         xmlUCSIsCatNl                   (int code);</pre><p>
782Check whether the character is part of Nl UCS Category</p><p>
783
784</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
785</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
786</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatNo"></a>xmlUCSIsCatNo ()</h3><pre class="programlisting">int         xmlUCSIsCatNo                   (int code);</pre><p>
787Check whether the character is part of No UCS Category</p><p>
788
789</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
790</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
791</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatP"></a>xmlUCSIsCatP ()</h3><pre class="programlisting">int         xmlUCSIsCatP                    (int code);</pre><p>
792Check whether the character is part of P UCS Category</p><p>
793
794</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
795</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
796</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatPc"></a>xmlUCSIsCatPc ()</h3><pre class="programlisting">int         xmlUCSIsCatPc                   (int code);</pre><p>
797Check whether the character is part of Pc UCS Category</p><p>
798
799</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
800</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
801</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatPd"></a>xmlUCSIsCatPd ()</h3><pre class="programlisting">int         xmlUCSIsCatPd                   (int code);</pre><p>
802Check whether the character is part of Pd UCS Category</p><p>
803
804</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
805</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
806</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatPe"></a>xmlUCSIsCatPe ()</h3><pre class="programlisting">int         xmlUCSIsCatPe                   (int code);</pre><p>
807Check whether the character is part of Pe UCS Category</p><p>
808
809</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
810</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
811</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatPf"></a>xmlUCSIsCatPf ()</h3><pre class="programlisting">int         xmlUCSIsCatPf                   (int code);</pre><p>
812Check whether the character is part of Pf UCS Category</p><p>
813
814</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
815</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
816</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatPi"></a>xmlUCSIsCatPi ()</h3><pre class="programlisting">int         xmlUCSIsCatPi                   (int code);</pre><p>
817Check whether the character is part of Pi UCS Category</p><p>
818
819</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
820</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
821</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatPo"></a>xmlUCSIsCatPo ()</h3><pre class="programlisting">int         xmlUCSIsCatPo                   (int code);</pre><p>
822Check whether the character is part of Po UCS Category</p><p>
823
824</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
825</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
826</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatPs"></a>xmlUCSIsCatPs ()</h3><pre class="programlisting">int         xmlUCSIsCatPs                   (int code);</pre><p>
827Check whether the character is part of Ps UCS Category</p><p>
828
829</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
830</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
831</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatS"></a>xmlUCSIsCatS ()</h3><pre class="programlisting">int         xmlUCSIsCatS                    (int code);</pre><p>
832Check whether the character is part of S UCS Category</p><p>
833
834</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
835</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
836</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatSc"></a>xmlUCSIsCatSc ()</h3><pre class="programlisting">int         xmlUCSIsCatSc                   (int code);</pre><p>
837Check whether the character is part of Sc UCS Category</p><p>
838
839</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
840</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
841</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatSk"></a>xmlUCSIsCatSk ()</h3><pre class="programlisting">int         xmlUCSIsCatSk                   (int code);</pre><p>
842Check whether the character is part of Sk UCS Category</p><p>
843
844</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
845</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
846</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatSm"></a>xmlUCSIsCatSm ()</h3><pre class="programlisting">int         xmlUCSIsCatSm                   (int code);</pre><p>
847Check whether the character is part of Sm UCS Category</p><p>
848
849</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
850</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
851</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatSo"></a>xmlUCSIsCatSo ()</h3><pre class="programlisting">int         xmlUCSIsCatSo                   (int code);</pre><p>
852Check whether the character is part of So UCS Category</p><p>
853
854</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
855</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
856</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatZ"></a>xmlUCSIsCatZ ()</h3><pre class="programlisting">int         xmlUCSIsCatZ                    (int code);</pre><p>
857Check whether the character is part of Z UCS Category</p><p>
858
859</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
860</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
861</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatZl"></a>xmlUCSIsCatZl ()</h3><pre class="programlisting">int         xmlUCSIsCatZl                   (int code);</pre><p>
862Check whether the character is part of Zl UCS Category</p><p>
863
864</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
865</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
866</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatZp"></a>xmlUCSIsCatZp ()</h3><pre class="programlisting">int         xmlUCSIsCatZp                   (int code);</pre><p>
867Check whether the character is part of Zp UCS Category</p><p>
868
869</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
870</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
871</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCatZs"></a>xmlUCSIsCatZs ()</h3><pre class="programlisting">int         xmlUCSIsCatZs                   (int code);</pre><p>
872Check whether the character is part of Zs UCS Category</p><p>
873
874</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
875</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true 0 otherwise
876</td></tr></tbody></table></div></div><hr xmlns="http://www.w3.org/TR/xhtml1/transitional"></hr><div class="refsect2" lang="en"><h3><a name="xmlUCSIsCat"></a>xmlUCSIsCat ()</h3><pre class="programlisting">int         xmlUCSIsCat                     (int code,
877                                             const char *cat);</pre><p>
878Check whether the caracter is part of the UCS Category</p><p>
879
880</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><i><tt>code</tt></i>�:</span></td><td> UCS code point
881</td></tr><tr><td><span class="term"><i><tt>cat</tt></i>�:</span></td><td> UCS Category name
882</td></tr><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td><td>1 if true, 0 if false and -1 on unknown category
883</td></tr></tbody></table></div></div></div></div><table xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="libxml-xmlautomata.html"><b>&lt;&lt;�xmlautomata</b></a></td><td align="right"><a accesskey="n" href="libxml-xmlschemas.html"><b>xmlschemas�&gt;&gt;</b></a></td></tr></table></body></html>
884