Skip to content

Commit

Permalink
Merge pull request #175 from aphillips/gh-pages
Browse files Browse the repository at this point in the history
Addresses @asmusf's comment on #171. Fix a typo.
  • Loading branch information
aphillips committed Jul 15, 2018
2 parents 83a7887 + 216dfbd commit 5951313
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
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-14",
publishDate: "2018-07-15",
previousPublishDate: "2015-11-19",
previousMaturity: "WD",

Expand Down Expand Up @@ -1238,18 +1238,12 @@ <h3>Invisible Unicode Characters</h3>
would be the Thai language.</p>


<p>Finally, some scripts, such as Arabic and Hebrew, are written prodominently from right-to-left. Text written in these scripts can also
include character sequences, such as numbers or quotes in another script, that are left-to-right. This intermixing of text direction
is called <em>bidirectional</em> text or <q>bidi</q> for short. The Unicode Bidirectional Algorithm
[[UAX9]] describes how such mixed-direction text is processed for display. For most text, the directional handling can be derived
from the text itself. However, there are many cases in which the algorithm needs additional information in order to present text
correctly. For more examples, see [[html-bidi]].</p>
<p>Finally, most scripts, when written horizontally, proceed from left-to-right. However, some scripts, such as Arabic and Hebrew, are written predominently from right-to-left. Texts can be written in a mix of these scripts or include character sequences, such as numbers or quotes in another script, that run in the opposite direction to other parts of the text. This intermixing of text direction is called <em>bidirectional</em> text or <q>bidi</q> for short. The Unicode Bidirectional Algorithm [[UAX9]] describes how such mixed-direction text is processed for display. For most text, the directional handling can be derived from the text itself. However, there are many cases in which the algorithm needs additional information in order to present text correctly. For more examples, see [[html-bidi]].</p>

<p>One of the ways that Unicode defines to address the ambiguity of text direction are a set of invisible control characters to
mark the start and end of directional runs. While bidirectional controls can have an affect on the appearance of the text
(since they help the Unicode Bidirectional Algorithm with the presentation of text), they might have no effect on the
text if the text would naturally have fallen into bidirectional runs without the controls. Because these controls are, like the characters
mentioned above, invisible, they can have an unintentional effect on matching.
text if the text would naturally have fallen into bidirectional runs without the controls. Because these controls are, like the characters mentioned above, invisible, they can have an unintentional effect on matching.
</p>

<p>In almost all of these cases, users may not be aware of or cannot
Expand Down Expand Up @@ -1623,7 +1617,8 @@ <h2 id="Acknowledgements" class="informative">Acknowledgements</h2>
Asmus Freitag,
John Klensin,
Peter Saint-Andre,
Amir Sarabadani,
Amir Sarabadani,
@Richard57, <!-- placeholder -->
and all of the CharMod contributors over the twenty (!!) years of this document's development. </p>
<p>The previous version of this document was edited by:</p>
<ul>
Expand Down

0 comments on commit 5951313

Please sign in to comment.