1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
Copyright (C) 2001 Information-technology Promotion Agency (IPA)
Copyright (C) 2001-2004
National Institute of Advanced Industrial Science and Technology (AIST)
This file is part of the m17n library documentation.
See the end for copying conditions.
-->
<html><head><meta http-equiv="Content-Type" content="text/html;charset="UTF-8">
<title>The m17n Library</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ffffff">
<a name="top-of-page"></a>
<hr><center>
<a class="qindex" href="index.html">Main Page</a>
<a class="qindex" href="modules.html">Modules</a>
<!-- <a class="qindex" href="classes.html">Alphabetical List</a> -->
<a class="qindex" href="annotated.html">Data Structures</a>
<!-- <a class="qindex" href="files.html">File List</a> -->
<!-- <a class="qindex" href="functions.html">Data Fields</a> -->
<a class="qindex" href="globals.html">Globals</a>
<a class="qindex" href="pages.html">Appendix</a>
</center>
<hr>
<!-- Generated by Doxygen 1.3.9.1 -->
<h1>Symbol<br>
<small>
[<a class="el" href="group__m17nCore.html">CORE API</a>]</small>
</h1>Symbol objects and API for them.
<a href="#_details">More...</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef MSymbolStruct * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Type of symbols. <a href="#ga0"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__m17nSymbol.html#ga5">msymbol</a> (const char *name)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Get a symbol. <a href="#ga5"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__m17nSymbol.html#ga6">msymbol_as_managing_key</a> (const char *name)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Create a managing key. <a href="#ga6"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__m17nSymbol.html#ga7">msymbol_exist</a> (const char *name)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Search for a symbol that has a specified name. <a href="#ga7"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">char * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__m17nSymbol.html#ga8">msymbol_name</a> (<a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a> symbol)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Get symbol name. <a href="#ga8"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="group__m17nSymbol.html#ga9">msymbol_put</a> (<a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a> symbol, <a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a> key, void *val)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Set the value of a symbol property. <a href="#ga9"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__m17nSymbol.html#ga10">msymbol_get</a> (<a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a> symbol, <a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a> key)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Get the value of a symbol property. <a href="#ga10"></a><br></td></tr>
<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__m17nSymbol.html#ga1">Mnil</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Symbol whose name is "nil". <a href="#ga1"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__m17nSymbol.html#ga2">Mt</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Symbol whose name is "t". <a href="#ga2"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__m17nSymbol.html#ga3">Mstring</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Symbol whose name is "string". <a href="#ga3"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__m17nSymbol.html#ga4">Msymbol</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Symbol whose name is "symbol". <a href="#ga4"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
The m17n library uses objects called <em>symbols</em> as unambiguous identifiers. Symbols are similar to atoms in the X library, but a symbol can have zero or more <em>symbol</em> <em>properties</em>. A symbol property consists of a <em>key</em> and a <em>value</em>, where key is also a symbol and value is anything that can be cast to <code>(void *)</code>. "The symbol property that belongs to the symbol S and whose key is K" may be shortened to "K property of S".<p>
Symbols are used mainly in the following three ways.<p>
<ul>
<li>As keys of symbol properties and other properties.</li>
</ul>
<ul>
<li>To represent various objects, e.g. charsets, coding systems, fontsets.</li>
</ul>
<ul>
<li>As arguments of the m17n library functions to control their behavior.</li>
</ul>
There is a special kind of symbol, a <em>managing</em> <em>key</em>. The value of a property whose key is a managing key must be a <em>managed</em> <em>object</em>. See <a class="el" href="group__m17nObject.html">Managed Object</a> for the detail. <hr><h2>Typedef Documentation</h2>
<a class="anchor" name="ga0" doxytag="m17n-core.h::MSymbol"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">typedef struct MSymbolStruct* <a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
The type <a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a> is for a <em>symbol</em> object. Its internal structure is concealed from application programs. </td>
</tr>
</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="ga5" doxytag="symbol.c::msymbol"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"><a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a> msymbol </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">const char * </td>
<td class="mdname1" valign="top" nowrap> <em>name</em> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
The <a class="el" href="group__m17nSymbol.html#ga5">msymbol()</a> function returns the canonical symbol whose name is <b>name</b>. If there is none, one is created. The created one is not a managing key.<p>
Symbols whose name starts by two spaces are reserved by the m17n library, and are used by the library only internally.<p>
<dl compact><dt><b>Return value:</b></dt><dd>This function returns the found or created symbol.</dd></dl>
<dl compact><dt><b>Errors:</b></dt><dd>This function never fails.</dd></dl>
<dl compact><dt><b>See Also:</b></dt><dd><a class="el" href="group__m17nSymbol.html#ga6">msymbol_as_managing_key()</a>, <a class="el" href="group__m17nSymbol.html#ga8">msymbol_name()</a>, <a class="el" href="group__m17nSymbol.html#ga7">msymbol_exist()</a> </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="ga6" doxytag="symbol.c::msymbol_as_managing_key"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"><a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a> msymbol_as_managing_key </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">const char * </td>
<td class="mdname1" valign="top" nowrap> <em>name</em> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
The <a class="el" href="group__m17nSymbol.html#ga6">msymbol_as_managing_key()</a> function returns a newly created managing key whose name is <b>name</b>. It there already exists a symbol of name <b>name</b>, it returns <a class="el" href="group__m17nSymbol.html#ga1">Mnil</a>.<p>
Symbols whose name starts by two spaces are reserved by the m17n library, and are used by the library only internally.<p>
<dl compact><dt><b>Return value:</b></dt><dd>If the operation was successful, this function returns the created symbol. Otherwise, it returns <a class="el" href="group__m17nSymbol.html#ga1">Mnil</a>.</dd></dl>
<dl compact><dt><b>Errors:</b></dt><dd>MERROR_SYMBOL</dd></dl>
<dl compact><dt><b>See Also:</b></dt><dd><a class="el" href="group__m17nSymbol.html#ga5">msymbol()</a>, <a class="el" href="group__m17nSymbol.html#ga7">msymbol_exist()</a> </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="ga7" doxytag="symbol.c::msymbol_exist"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"><a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a> msymbol_exist </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">const char * </td>
<td class="mdname1" valign="top" nowrap> <em>name</em> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
The <a class="el" href="group__m17nSymbol.html#ga7">msymbol_exist()</a> function searches for the symbol whose name is <b>name</b>.<p>
<dl compact><dt><b>Return value:</b></dt><dd>If such a symbol exists, <a class="el" href="group__m17nSymbol.html#ga7">msymbol_exist()</a> returns that symbol. Otherwise it returns the predefined symbol <a class="el" href="group__m17nSymbol.html#ga1">Mnil</a>.</dd></dl>
<dl compact><dt><b>Errors:</b></dt><dd>This function never fails. </dd></dl>
<dl compact><dt><b>See Also:</b></dt><dd><a class="el" href="group__m17nSymbol.html#ga8">msymbol_name()</a>, <a class="el" href="group__m17nSymbol.html#ga5">msymbol()</a> </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="ga8" doxytag="symbol.c::msymbol_name"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">char* msymbol_name </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top"><a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a> </td>
<td class="mdname1" valign="top" nowrap> <em>symbol</em> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
The <a class="el" href="group__m17nSymbol.html#ga8">msymbol_name()</a> function returns a pointer to a string containing the name of <b>symbol</b>.<p>
<dl compact><dt><b>Errors:</b></dt><dd>This function never fails. </dd></dl>
<dl compact><dt><b>See Also:</b></dt><dd><a class="el" href="group__m17nSymbol.html#ga5">msymbol()</a>, <a class="el" href="group__m17nSymbol.html#ga7">msymbol_exist()</a> </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="ga9" doxytag="symbol.c::msymbol_put"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">int msymbol_put </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top"><a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a> </td>
<td class="mdname" nowrap> <em>symbol</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap><a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a> </td>
<td class="mdname" nowrap> <em>key</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap>void * </td>
<td class="mdname" nowrap> <em>val</em></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">) </td>
<td class="md" colspan="2"></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
The <a class="el" href="group__m17nSymbol.html#ga9">msymbol_put()</a> function assigns <b>val</b> to the value of the symbol property that belongs to <b>symbol</b> and whose key is <b>key</b>. If the symbol property already has a value, <b>val</b> overwrites the old one. Both <b>symbol</b> and <b>key</b> must not be <a class="el" href="group__m17nSymbol.html#ga1">Mnil</a>.<p>
If <b>key</b> is a managing key, <b>val</b> must be a managed object. In this case, the reference count of the old value, if not <code>NULL</code>, is decremented by one, and that of <b>val</b> is incremented by one.<p>
<dl compact><dt><b>Return value:</b></dt><dd>If the operation was successful, <a class="el" href="group__m17nSymbol.html#ga9">msymbol_put()</a> returns 0. Otherwise it returns -1 and assigns an error code to the external variable <a class="el" href="group__m17nError.html#ga0">merror_code</a>.</dd></dl>
<dl compact><dt><b>Errors:</b></dt><dd><code>MERROR_SYMBOL</code> </dd></dl>
<dl compact><dt><b>See Also:</b></dt><dd><a class="el" href="group__m17nSymbol.html#ga10">msymbol_get()</a> </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="ga10" doxytag="symbol.c::msymbol_get"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">void* msymbol_get </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top"><a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a> </td>
<td class="mdname" nowrap> <em>symbol</em>, </td>
</tr>
<tr>
<td class="md" nowrap align="right"></td>
<td class="md"></td>
<td class="md" nowrap><a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a> </td>
<td class="mdname" nowrap> <em>key</em></td>
</tr>
<tr>
<td class="md"></td>
<td class="md">) </td>
<td class="md" colspan="2"></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
The <a class="el" href="group__m17nSymbol.html#ga10">msymbol_get()</a> function searches for the value of the symbol property that belongs to <b>symbol</b> and whose key is <b>key</b>. If <b>symbol</b> has such a symbol property, its value is returned. Otherwise <code>NULL</code> is returned.<p>
<dl compact><dt><b>Return value:</b></dt><dd>If an error is detected, <a class="el" href="group__m17nSymbol.html#ga10">msymbol_get()</a> returns <code>NULL</code> and assigns an error code to the external variable <a class="el" href="group__m17nError.html#ga0">merror_code</a>.</dd></dl>
<dl compact><dt><b>Errors:</b></dt><dd><code>MERROR_SYMBOL</code> </dd></dl>
<dl compact><dt><b>See Also:</b></dt><dd><a class="el" href="group__m17nSymbol.html#ga9">msymbol_put()</a> </dd></dl>
</td>
</tr>
</table>
<hr><h2>Variable Documentation</h2>
<a class="anchor" name="ga1" doxytag="symbol.c::Mnil"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"><a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a> <a class="el" href="group__m17nSymbol.html#ga1">Mnil</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
The symbol <a class="el" href="group__m17nSymbol.html#ga1">Mnil</a> has the name <code>"nil"</code> and, in general, represents <em>false</em> or <em>no</em>. When coerced to "int", its value is zero. <a class="el" href="group__m17nSymbol.html#ga1">Mnil</a> can't have any symbol property. </td>
</tr>
</table>
<a class="anchor" name="ga2" doxytag="symbol.c::Mt"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"><a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a> <a class="el" href="group__m17nSymbol.html#ga2">Mt</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
The symbol <a class="el" href="group__m17nSymbol.html#ga2">Mt</a> has the name <code>"t"</code> and, in general, represents <em>true</em> or <em>yes</em>. </td>
</tr>
</table>
<a class="anchor" name="ga3" doxytag="symbol.c::Mstring"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"><a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a> <a class="el" href="group__m17nSymbol.html#ga3">Mstring</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
The symbol <a class="el" href="group__m17nSymbol.html#ga3">Mstring</a> has the name <code>"string"</code> and is used as an argument of the functions <a class="el" href="group__m17nCharacter.html#ga7">mchar_define_property()</a>, etc. </td>
</tr>
</table>
<a class="anchor" name="ga4" doxytag="symbol.c::Msymbol"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"><a class="el" href="group__m17nSymbol.html#ga0">MSymbol</a> <a class="el" href="group__m17nSymbol.html#ga4">Msymbol</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
The symbol <a class="el" href="group__m17nSymbol.html#ga4">Msymbol</a> has the name <code>"symbol"</code> and is used as an argument of the functions <a class="el" href="group__m17nCharacter.html#ga7">mchar_define_property()</a>, etc. </td>
</tr>
</table>
<hr>
<center>
<a href="#top-of-page">Top of this page</a><br><br>
<a class="qindex" href="index.html">Main Page</a>
<a class="qindex" href="modules.html">Modules</a>
<!-- <a class="qindex" href="classes.html">Alphabetical List</a> -->
<a class="qindex" href="annotated.html">Data Structures</a>
<!-- <a class="qindex" href="files.html">File List</a> -->
<!-- <a class="qindex" href="functions.html">Data Fields</a> -->
<a class="qindex" href="globals.html">Globals</a>
<a class="qindex" href="pages.html">Appendix</a>
</center>
<hr>
<ADDRESS>
<a href="http://www.m17n.org/m17n-lib/index.html" target="mulewindow"><img src="parrot.png" align=bottom alt="mulemark" border=0></a>
<A HREF="mailto:mule-aist@m17n.org">mule-aist@m17n.org</a>
</ADDRESS>
</body>
</HTML>
<!-- Copyright information
Copyright (C) 2001 Information-technology Promotion Agency (IPA)
Copyright (C) 2001-2004
National Institute of Advanced Industrial Science and Technology (AIST)
This file is part of the m17n library documentation.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no
Invariant Section, Front-Cover Texts "The m17n library documentation",
and no Back-Cover Texts. A copy of the license is included in the
appendix entitled "GNU Free Documentation License".
-->
|