Example: <charProp> (character property)

These search results reproduce every example of the use of <charProp> in the Guidelines, including all localised and translated versions. In some cases, the examples have been drawn from discussion of other elements in the Guidelines and illustrating the use of <charProp> is not the main focus of the passage in question. In other cases, examples may be direct translations of each other, and hence identical from the perspective of their encoding.

5 Characters, Glyphs, and Writing Modes


5.2 Markup Constructs for Representation of Characters and Glyphs

<charDecl>
 <char xml:id="aenl">
  <charName>LATIN LETTER ENLARGED SMALL A</charName>
  <charProp>
   <localName>entity</localName>
   <value>aenl</value>
  </charProp>
  <mapping type="standard">a</mapping>
 </char>
</charDecl>

5.3 Annotating Characters

<charDecl>
 <glyph xml:id="r1">
  <glyphName>LATIN SMALL LETTER R WITH ONE FUNNY STROKE</glyphName>
  <charProp>
   <localName>entity</localName>
   <value>r1</value>
  </charProp>
  <figure>
   <graphic url="r1img.png"/>
  </figure>
 </glyph>
 <glyph xml:id="r2">
  <glyphName>LATIN SMALL LETTER R WITH TWO FUNNY STROKES</glyphName>
  <charProp>
   <localName>entity</localName>
   <value>r2</value>
  </charProp>
  <figure>
   <graphic url="r2img.png"/>
  </figure>
 </glyph>
</charDecl>

5.4 Adding New Characters

<char xml:id="ydotacute">
 <charName>LATIN SMALL LETTER Y WITH DOT ABOVE AND
     ACUTE</charName>
 <charProp>
  <localName>entity</localName>
  <value>ydotacute</value>
 </charProp>
 <mapping type="composed">&#x0079;&#x0307;&#x0301;</mapping>
 <mapping type="PUA">U+E0A4</mapping>
</char>

5.4 Adding New Characters

<char xml:id="U4EBA-circled">
 <charName>CIRCLED IDEOGRAPH</charName>
 <charProp>
  <unicodeName>character-decomposition-mapping</unicodeName>
  <value>circle</value>
 </charProp>
 <charProp>
  <localName>daikanwa</localName>
  <value>36</value>
 </charProp>
 <mapping type="standard"> &#x4EBA;
  </mapping>
 <mapping type="PUA"> &#xE000;
  </mapping>
</char>

<char>

<char xml:id="circledU4EBA">
 <charName>CIRCLED IDEOGRAPH 4EBA</charName>
 <charProp>
  <unicodeName>character-decomposition-mapping</unicodeName>
  <value>circle</value>
 </charProp>
 <charProp>
  <localName>daikanwa</localName>
  <value>36</value>
 </charProp>
 <mapping type="standard"></mapping>
</char>

<char>

<char xml:id="fr_circledU4EBA">
 <charName>IDEOGRAMME ENCADRE 4EBA</charName>
 <charProp>
  <unicodeName>table de correspondance qui donne la composition des caractères.</unicodeName>
  <value>encadrement</value>
 </charProp>
 <charProp>
  <localName>daikanwa</localName>
  <value>36</value>
 </charProp>
 <mapping type="standard"></mapping>
</char>

<charProp>

<charProp>
 <unicodeName>character-decomposition-mapping</unicodeName>
 <value>circle</value>
</charProp>
<charProp>
 <localName>daikanwa</localName>
 <value>36</value>
</charProp>

<charProp>

<charProp>
 <unicodeName>table de correspondance qui donne la composition des caractères</unicodeName>
 <value>encadrement</value>
</charProp>
<charProp>
 <localName>daikanwa</localName>
 <value>36</value>
</charProp>

<glyph>

<glyph xml:id="rstroke">
 <glyphName>LATIN SMALL LETTER R WITH A FUNNY STROKE</glyphName>
 <charProp>
  <localName>entity</localName>
  <value>rstroke</value>
 </charProp>
 <figure>
  <graphic url="glyph-rstroke.png"/>
 </figure>
</glyph>

<glyph>

<glyph xml:id="fr_napos">
 <glyphName>N latin minuscule précédé d'une apostrophe</glyphName>
 <charProp>
  <localName>entity</localName>
  <value>napos</value>
 </charProp>
 <graphic url="glyph-napos.png"/>
</glyph>