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