https://github.com/TEIC/TEI
Raw File
Tip revision: 347c64fac3fa1a64ade0d8d1842813d4b8f7acec authored by Hugh Cayless on 12 May 2017, 16:57:59 UTC
Updates.
Tip revision: 347c64f
examples-glyphName.html

<!DOCTYPE html
  SYSTEM "about:legacy-compat">
<html xmlns="http://www.w3.org/1999/xhtml"><!--THIS IS A GENERATED FILE. DO NOT EDIT (98) --><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Example: &lt;glyphName&gt; (character glyph name) </title><link href="guidelines.css" rel="stylesheet" type="text/css" /><link href="odd.css" rel="stylesheet" type="text/css" /><meta content="Text Encoding Initiative Consortium XSLT stylesheets" name="generator" /><meta property="Language" content="en" /><meta property="DC.Title" content="Example: glyphName (character glyph name) " /><meta property="DC.Language" content="SCHEME=iso639 en" /><meta property="DC.Creator.Address" content="tei@oucs.ox.ac.uk" /><meta charset="utf-8" /><script type="text/javascript" src="jquery-1.2.6.min.js"></script><script type="text/javascript" src="columnlist.js"></script><script type="text/javascript" src="popupFootnotes.js"></script><script type="text/javascript">
        $(function() {
         $('ul.attrefs-class').columnizeList({cols:3,width:30,unit:'%'});
         $('ul.attrefs-element').columnizeList({cols:3,width:30,unit:'%'});
         $(".displayRelaxButton").click(function() {
           $(this).parent().find('.RNG_XML').toggle();
           $(this).parent().find('.RNG_Compact').toggle();
         });
         $(".tocTree .showhide").click(function() {
          $(this).find(".tocShow,.tocHide").toggle();
          $(this).parent().find("ul.continuedtoc").toggle();
	  });
        })
    </script><script type="text/javascript"><!--
var displayXML=0;
states=new Array()
states[0]="element-a"
states[1]="element-b"
states[2]="element-c"
states[3]="element-d"
states[4]="element-e"
states[5]="element-f"
states[6]="element-g"
states[7]="element-h"
states[8]="element-i"
states[9]="element-j"
states[10]="element-k"
states[11]="element-l"
states[12]="element-m"
states[13]="element-n"
states[14]="element-o"
states[15]="element-p"
states[16]="element-q"
states[17]="element-r"
states[18]="element-s"
states[19]="element-t"
states[20]="element-u"
states[21]="element-v"
states[22]="element-w"
states[23]="element-x"
states[24]="element-y"
states[25]="element-z"

function startUp() {

}

function hideallExcept(elm) {
for (var i = 0; i < states.length; i++) {
 var layer;
 if (layer = document.getElementById(states[i]) ) {
  if (states[i] != elm) {
    layer.style.display = "none";
  }
  else {
   layer.style.display = "block";
      }
  }
 }
 var mod;
 if ( mod = document.getElementById('byMod') ) {
     mod.style.display = "none";
 }
}

function showall() {
 for (var i = 0; i < states.length; i++) {
   var layer;
   if (layer = document.getElementById(states[i]) ) {
      layer.style.display = "block";
      }
  }
}

function showByMod() {
  hideallExcept('');
  var mod;
  if (mod = document.getElementById('byMod') ) {
     mod.style.display = "block";
     }
}

	--></script></head><body id="TOP"><div id="container"><div id="banner"><img src="Images/banner.jpg" alt="Text Encoding Initiative logo and banner" /></div></div><div class="mainhead"><h1>P5: 
    Guidelines for Electronic Text Encoding and Interchange</h1><p>Version 3.1.1a. Last updated on
	10th May 2017, revision bd8dda3</p></div><div class="main-content"><div class="miniTOC miniTOC_right"><ul class="subtoc"><li class="subtoc"></li><li class="subtoc"></li><li class="subtoc"><a class="navigation" href="index.html">Home</a></li><li class="subtoc"><a class="navigation" href="REF-ELEMENTS.html">C Elements</a></li></ul></div><h3>Example<a href="ref-glyphName.html">: &lt;glyphName&gt; </a>(character glyph name) </h3><p>These search results reproduce every example of the
	      use of &lt;glyphName&gt; 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 &lt;glyphName&gt;
	      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.</p><ul><li><b><a href="#WD"><span class="headingNumber">5 </span><span class="head">Characters, Glyphs, and Writing Modes</span><em> (defining module)</em></a></b></li></ul><h4 id="WD"><span class="headingNumber">5 </span><span class="head">Characters, Glyphs, and Writing Modes</span></h4><hr /><p><a href="WD.html#D25-20"><span class="headingNumber">5.2 </span><span class="head">Markup Constructs for Representation of Characters and Glyphs</span></a></p><div id="index-egXML-d39e57238" class="pre egXML_valid"><span class="element">&lt;charDecl&gt;</span><br /> <span class="element">&lt;glyph <span class="attribute">xml:id</span>="<span class="attributevalue">z103</span>"&gt;</span><br />  <span class="element">&lt;<span class="highlightelementname">glyphName</span>&gt;</span>LATIN LETTER Z WITH TWO STROKES<span class="element">&lt;/<span class="highlightelementname">glyphName</span>&gt;</span><br />  <span class="element">&lt;mapping <span class="attribute">type</span>="<span class="attributevalue">standard</span>"&gt;</span>Z<span class="element">&lt;/mapping&gt;</span><br />  <span class="element">&lt;mapping <span class="attribute">type</span>="<span class="attributevalue">PUA</span>"&gt;</span>U+E304<span class="element">&lt;/mapping&gt;</span><br /> <span class="element">&lt;/glyph&gt;</span><br /><span class="element">&lt;/charDecl&gt;</span></div><hr /><p><a href="WD.html#D25-30"><span class="headingNumber">5.3 </span><span class="head">Annotating Characters</span></a></p><div id="index-egXML-d39e57934" class="pre egXML_valid"><span class="element">&lt;charDecl&gt;</span><br /> <span class="element">&lt;glyph <span class="attribute">xml:id</span>="<span class="attributevalue">r1</span>"&gt;</span><br />  <span class="element">&lt;<span class="highlightelementname">glyphName</span>&gt;</span>LATIN SMALL LETTER R WITH ONE FUNNY STROKE<span class="element">&lt;/<span class="highlightelementname">glyphName</span>&gt;</span><br />  <span class="element">&lt;charProp&gt;</span><br />   <span class="element">&lt;localName&gt;</span>entity<span class="element">&lt;/localName&gt;</span><br />   <span class="element">&lt;value&gt;</span>r1<span class="element">&lt;/value&gt;</span><br />  <span class="element">&lt;/charProp&gt;</span><br />  <span class="element">&lt;figure&gt;</span><br />   <span class="element">&lt;graphic <span class="attribute">url</span>="<span class="attributevalue">r1img.png</span>"/&gt;</span><br />  <span class="element">&lt;/figure&gt;</span><br /> <span class="element">&lt;/glyph&gt;</span><br /> <span class="element">&lt;glyph <span class="attribute">xml:id</span>="<span class="attributevalue">r2</span>"&gt;</span><br />  <span class="element">&lt;<span class="highlightelementname">glyphName</span>&gt;</span>LATIN SMALL LETTER R WITH TWO FUNNY STROKES<span class="element">&lt;/<span class="highlightelementname">glyphName</span>&gt;</span><br />  <span class="element">&lt;charProp&gt;</span><br />   <span class="element">&lt;localName&gt;</span>entity<span class="element">&lt;/localName&gt;</span><br />   <span class="element">&lt;value&gt;</span>r2<span class="element">&lt;/value&gt;</span><br />  <span class="element">&lt;/charProp&gt;</span><br />  <span class="element">&lt;figure&gt;</span><br />   <span class="element">&lt;graphic <span class="attribute">url</span>="<span class="attributevalue">r2img.png</span>"/&gt;</span><br />  <span class="element">&lt;/figure&gt;</span><br /> <span class="element">&lt;/glyph&gt;</span><br /><span class="element">&lt;/charDecl&gt;</span></div><hr /><p><a href="WD.html#D25-30"><span class="headingNumber">5.3 </span><span class="head">Annotating Characters</span></a></p><div id="index-egXML-d39e57980" class="pre egXML_valid"><span class="element">&lt;p&gt;</span> ... <span class="element">&lt;g <span class="attribute">ref</span>="<span class="attributevalue">#Filig</span>"&gt;</span>Fi<span class="element">&lt;/g&gt;</span>lthy riches...<span class="element">&lt;/p&gt;</span><br /><span class="comment">&lt;!-- in the charDecl --&gt;</span><br /><span class="element">&lt;glyph <span class="attribute">xml:id</span>="<span class="attributevalue">Filig</span>"&gt;</span><br /> <span class="element">&lt;<span class="highlightelementname">glyphName</span>&gt;</span>LATIN UPPER F AND LATIN LOWER I LIGATURE<span class="element">&lt;/<span class="highlightelementname">glyphName</span>&gt;</span><br /> <span class="element">&lt;figure&gt;</span><br />  <span class="element">&lt;graphic <span class="attribute">url</span>="<span class="attributevalue">Filig.png</span>"/&gt;</span><br /> <span class="element">&lt;/figure&gt;</span><br /><span class="element">&lt;/glyph&gt;</span></div><hr /><p><a href="WD.html#D25-30"><span class="headingNumber">5.3 </span><span class="head">Annotating Characters</span></a></p><div id="index-egXML-d39e57993" class="pre egXML_valid"><span class="element">&lt;p&gt;</span> ... <span class="element">&lt;abbr&gt;</span><br />  <span class="element">&lt;g <span class="attribute">ref</span>="<span class="attributevalue">#per</span>"&gt;</span>per<span class="element">&lt;/g&gt;</span><br /> <span class="element">&lt;/abbr&gt;</span> ardua<span class="element">&lt;/p&gt;</span><br /><span class="comment">&lt;!-- in the charDecl --&gt;</span><br /><span class="element">&lt;glyph <span class="attribute">xml:id</span>="<span class="attributevalue">per</span>"&gt;</span><br /> <span class="element">&lt;<span class="highlightelementname">glyphName</span>&gt;</span>LATIN ABBREVIATION PER<span class="element">&lt;/<span class="highlightelementname">glyphName</span>&gt;</span><br /> <span class="element">&lt;figure&gt;</span><br />  <span class="element">&lt;graphic <span class="attribute">url</span>="<span class="attributevalue">per.png</span>"/&gt;</span><br /> <span class="element">&lt;/figure&gt;</span><br /><span class="element">&lt;/glyph&gt;</span></div><hr /><p><a href="../../en/html/ref-glyph.html">&lt;glyph&gt;</a></p><div id="index-egXML-d39e59370" class="pre egXML_valid"><span class="element">&lt;glyph <span class="attribute">xml:id</span>="<span class="attributevalue">rstroke</span>"&gt;</span><br /> <span class="element">&lt;<span class="highlightelementname">glyphName</span>&gt;</span>LATIN SMALL LETTER R WITH A FUNNY STROKE<span class="element">&lt;/<span class="highlightelementname">glyphName</span>&gt;</span><br /> <span class="element">&lt;charProp&gt;</span><br />  <span class="element">&lt;localName&gt;</span>entity<span class="element">&lt;/localName&gt;</span><br />  <span class="element">&lt;value&gt;</span>rstroke<span class="element">&lt;/value&gt;</span><br /> <span class="element">&lt;/charProp&gt;</span><br /> <span class="element">&lt;figure&gt;</span><br />  <span class="element">&lt;graphic <span class="attribute">url</span>="<span class="attributevalue">glyph-rstroke.png</span>"/&gt;</span><br /> <span class="element">&lt;/figure&gt;</span><br /><span class="element">&lt;/glyph&gt;</span></div><hr /><p><a href="../../fr/html/ref-glyph.html">&lt;glyph&gt;</a></p><div id="index-egXML-d39e59382" class="pre egXML_valid"><span class="element">&lt;glyph <span class="attribute">xml:id</span>="<span class="attributevalue">fr_napos</span>"&gt;</span><br /> <span class="element">&lt;<span class="highlightelementname">glyphName</span>&gt;</span>N latin minuscule précédé d'une apostrophe<span class="element">&lt;/<span class="highlightelementname">glyphName</span>&gt;</span><br /> <span class="element">&lt;charProp&gt;</span><br />  <span class="element">&lt;localName&gt;</span>entity<span class="element">&lt;/localName&gt;</span><br />  <span class="element">&lt;value&gt;</span>napos<span class="element">&lt;/value&gt;</span><br /> <span class="element">&lt;/charProp&gt;</span><br /> <span class="element">&lt;graphic <span class="attribute">url</span>="<span class="attributevalue">glyph-napos.png</span>"/&gt;</span><br /><span class="element">&lt;/glyph&gt;</span></div><hr /><p><a href="../../en/html/ref-glyphName.html">&lt;glyphName&gt;</a></p><div id="index-egXML-d39e59429" class="pre egXML_valid"><span class="element">&lt;<span class="highlightelementname">glyphName</span>&gt;</span>CIRCLED IDEOGRAPH 4EBA<span class="element">&lt;/<span class="highlightelementname">glyphName</span>&gt;</span></div><hr /><p><a href="../../fr/html/ref-glyphName.html">&lt;glyphName&gt;</a></p><div id="index-egXML-d39e59433" class="pre egXML_valid"><span class="element">&lt;<span class="highlightelementname">glyphName</span>&gt;</span>IDEOGRAMME ENCADRE 4EBA<span class="element">&lt;/<span class="highlightelementname">glyphName</span>&gt;</span></div></div><div class="stdfooter autogenerated"><p>
    [<a href="../../en/html/examples-glyphName.html">English</a>]
    [<a href="../../de/html/examples-glyphName.html">Deutsch</a>]
    [<a href="../../es/html/examples-glyphName.html">Español</a>]
    [<a href="../../it/html/examples-glyphName.html">Italiano</a>]
    [<a href="../../fr/html/examples-glyphName.html">Français</a>]
    [<a href="../../ja/html/examples-glyphName.html">日本語</a>]
    [<a href="../../ko/html/examples-glyphName.html">한국어</a>]
    [<a href="../../zh-TW/html/examples-glyphName.html">中文</a>]
    </p><hr /><div class="footer"><a class="plain" href="http://www.tei-c.org/About/">TEI Consortium</a> | <a class="plain" href="http://www.tei-c.org/About/contact.xml">Feedback</a></div><hr /><address><br />TEI Guidelines <a class="link_ref" href="AB.html#ABTEI4">Version</a> <a class="link_ref" href="../../readme-3.1.1.html">3.1.1a</a>. Last updated on <span class="date">10th May 2017</span>, revision <a class="link_ref" href="https://github.com/TEIC/TEI/commit/bd8dda3">bd8dda3</a>. This page generated on 2017-05-12T12:30:09Z.</address></div></body></html>
back to top