From aab67c634538b5316b1ea2be664c08df3cc333c7 Mon Sep 17 00:00:00 2001
From: "Hugh A. Cayless"
Date: Mon, 4 Sep 2023 10:29:21 +0200
Subject: [PATCH] Finish #2083.
---
P5/Source/Guidelines/en/BIB-Bibliography.xml | 5 +++++
.../Guidelines/en/SA-LinkingSegmentationAlignment.xml | 10 +++++-----
2 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/P5/Source/Guidelines/en/BIB-Bibliography.xml b/P5/Source/Guidelines/en/BIB-Bibliography.xml
index 3c3d396b11..8aa3ef00cd 100644
--- a/P5/Source/Guidelines/en/BIB-Bibliography.xml
+++ b/P5/Source/Guidelines/en/BIB-Bibliography.xml
@@ -75,6 +75,11 @@ $Id$
白先勇,〈金大班的最後一夜〉,《台北人》。
白先勇,《孽子》。
白居易,《憶江南》。
+
+ Amheida I: Ostraka from Trimithis Volume 1: Texts from the 2004–2007 Seasons,
+ Bagnall, R. S. and G. R. Ruffini, with contributions by R. Cribiore and G. Vittmann
+ (2012).
+
Baker, James K.. Night in Tarras. In Hilltop: A Literary Paper, vol 1 no 2. Wellington: Victoria University College
diff --git a/P5/Source/Guidelines/en/SA-LinkingSegmentationAlignment.xml b/P5/Source/Guidelines/en/SA-LinkingSegmentationAlignment.xml
index f369c17d6d..86f566266e 100644
--- a/P5/Source/Guidelines/en/SA-LinkingSegmentationAlignment.xml
+++ b/P5/Source/Guidelines/en/SA-LinkingSegmentationAlignment.xml
@@ -838,9 +838,9 @@ scheme.
attribute nodes should be avoided in schemes other than xpath().
The example below, and all subsequent examples in this section refer
-to the following TEI fragment:
+to the following TEI fragment:
-
+
si non habuiabui quidquam vaco
sib
@@ -928,8 +928,8 @@ depend on the Normalization Form in use (see
[UNICODE NORMALIZATION
FORMS](https://unicode.org/reports/tr15/)). A letter followed by a combining diacritic counts as two
characters, but the same diacritic precombined with a letter would count
-as a single character. Compare, for example, é (\u0060
-followed by \u0301
) and é (\u00E9
). These are
+as a single character. Compare, for example, é (U+0060
+followed by U+0301) and é (>U+00E9). These are
equivalent, and a conversion between Normalization Forms C and D will
transform one into the other. This specification does not mandate a
particular Normalization Form (see ), but
@@ -1009,7 +1009,7 @@ parameter. REGEX is a regular expression as defined by
modifications:
- Because the regular expression is delimited by apostrophe
- characters, any such characters (
'
or \u0027
)
+ characters, any such characters ('
or U+0027)
occurring inside the expression must be escaped using the URI
percent-encoding scheme %27
.
- Regular expressions in
match()
are assumed to