Skip to content

Commit

Permalink
Merge pull request #177 from aphillips/gh-pages
Browse files Browse the repository at this point in the history
Addressed #163 (typo)
  • Loading branch information
aphillips committed Jul 16, 2018
2 parents 1001dd0 + 55ed511 commit 92d46c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -11,7 +11,7 @@
var respecConfig = {
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
specStatus: "ED",
publishDate: "2018-07-15",
publishDate: "2018-07-16",
previousPublishDate: "2015-11-19",
previousMaturity: "WD",

Expand Down Expand Up @@ -731,7 +731,7 @@ <h3>Unicode Normalization</h3>
<section id="canonical_compatibility">
<h4>Canonical vs. Compatibility Equivalence</h4>
<p>Unicode defines two types of equivalence between characters: <em>canonical equivalence</em> and <em>compatibility equivalence</em>.</p>
<p><dfn>Canonical equivalence</dfn> is a fundamental equivalency between Unicode characters or sequences of Unicode characters that represent the same abstract character. Equivaent sequences, ideally should have the same visual appearance (although there are many factors that can cause them to appear somewhat differently) and they should be treated and processed equivalently. Generally speaking, two canonically equivalent Unicode texts should be considered to be identical as text. Unicode defines a process called <em>canonical decomposition</em> that removes these primary distinctions between two differently-encoded but canonically equivalent texts.</p>
<p><dfn>Canonical equivalence</dfn> is a fundamental equivalency between Unicode characters or sequences of Unicode characters that represent the same abstract character. Equivalent sequences ideally should have the same visual appearance (although there are many factors that can cause them to appear somewhat differently) and they should be treated and processed equivalently. Generally speaking, two canonically equivalent Unicode texts should be considered to be identical as text. Unicode defines a process called <em>canonical decomposition</em> that removes these primary distinctions between two differently-encoded but canonically equivalent texts.</p>
<p>Examples of canonical equivalence defined by Unicode include:</p>
<ul class="dropExampleList">
<li class="dropExampleItem"><span class="dropExample">Ç<span style="font-size:75%">
Expand Down

0 comments on commit 92d46c5

Please sign in to comment.