Example: <charDecl> (character declarations)

These search results reproduce every example of the use of <charDecl> 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 <charDecl> 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">
  <localProp name="name"
   value="LATIN LETTER ENLARGED SMALL A"/>

  <localProp name="entityvalue="aenl"/>
  <mapping type="standard">a</mapping>
 </char>
</charDecl>
bibliography ⚓︎

5.2 Markup Constructs for Representation of Characters and Glyphs

<charDecl>
 <glyph xml:id="z103">
  <localProp name="name"
   value="LATIN LETTER Z WITH TWO STROKES"/>

  <mapping type="standard">Z</mapping>
  <mapping type="PUA">U+E304</mapping>
 </glyph>
</charDecl>
bibliography ⚓︎

5.3 Annotating Characters

<charDecl>
 <glyph xml:id="r1">
  <localProp name="name"
   value="LATIN SMALL LETTER R WITH ONE FUNNY STROKE"/>

  <localProp name="entityvalue="r1"/>
  <figure>
   <graphic url="r1img.png"/>
  </figure>
 </glyph>
 <glyph xml:id="r2">
  <localProp name="name"
   value="LATIN SMALL LETTER R WITH TWO FUNNY STROKES"/>

  <localProp name="entityvalue="r2"/>
  <figure>
   <graphic url="r2img.png"/>
  </figure>
 </glyph>
</charDecl>
bibliography ⚓︎

5.3 Annotating Characters

<charDecl>
 <glyph xml:id="u8aaa">
  <mapping type="Unicode"></mapping>
  <mapping type="standard"></mapping>
 </glyph>
</charDecl>
bibliography ⚓︎

5.3 Annotating Characters

<charDecl>
 <char xml:id="newchar1">
<!-- more properties here -->
 </char>
 <glyph xml:id="varofnewchar1">
<!-- more properties here -->
  <mapping type="standard">
   <g ref="#newchar1"/>
  </mapping>
 </glyph>
</charDecl>
bibliography ⚓︎

<charDecl>

<charDecl>
 <char xml:id="aENL">
  <unicodeProp name="Name"
   value="LATIN LETTER ENLARGED SMALL A"/>

  <mapping type="standard">a</mapping>
 </char>
</charDecl>
Show all ⚓︎

8 Transcriptions of Speech


8.4.4 Prosody

<charDecl>
 <char xml:id="lf">
  <desc>low fall intonation</desc>
 </char>
 <char xml:id="lr">
  <desc>low rise intonation</desc>
 </char>
 <char xml:id="fr">
  <desc>fall rise intonation</desc>
 </char>
 <char xml:id="rf">
  <desc>rise fall intonation</desc>
 </char>
 <char xml:id="long">
  <desc>lengthened syllable</desc>
 </char>
 <char xml:id="short">
  <desc>shortened syllable</desc>
 </char>
</charDecl>
bibliography ⚓︎

11 Representation of Primary Sources


11.3.1.2 Abbreviation and Expansion

eu<g ref="#b-er">er</g>y <g ref="#b-per">per</g>sone that loketh after heuen hath a place in
this ladder
<!-- elsewhere -->
<charDecl>
 <char xml:id="b-er">
<!-- definition for the er brevigraph -->
 </char>
 <char xml:id="b-per">
<!-- definition for the per brevigraph -->
 </char>
</charDecl>
bibliography ⚓︎