[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/t/input_files/punctuation_small_case_accents
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/t/input_files/punctuation_small_case_accents_latin1.texi, tp/t/input_files/punctuation_small_case_accents_utf8.texi, tp/t/input_files/punctuation_small_case_accents_us_ascii.texi: add an encoded character in @sc. |
Date: |
Thu, 16 Nov 2023 16:35:42 -0500 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new d8c3265898 *
tp/t/input_files/punctuation_small_case_accents_latin1.texi,
tp/t/input_files/punctuation_small_case_accents_utf8.texi,
tp/t/input_files/punctuation_small_case_accents_us_ascii.texi: add an encoded
character in @sc.
d8c3265898 is described below
commit d8c32658989d714b3a88e145ea9c23df2823d776
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Thu Nov 16 22:32:57 2023 +0100
* tp/t/input_files/punctuation_small_case_accents_latin1.texi,
tp/t/input_files/punctuation_small_case_accents_utf8.texi,
tp/t/input_files/punctuation_small_case_accents_us_ascii.texi:
add an encoded character in @sc.
---
ChangeLog | 7 +++++++
tp/Texinfo/Convert/HTML.pm | 1 +
tp/t/input_files/punctuation_small_case_accents_latin1.texi | 2 +-
tp/t/input_files/punctuation_small_case_accents_us_ascii.texi | 2 +-
tp/t/input_files/punctuation_small_case_accents_utf8.texi | 2 +-
tp/t/results/html_tests/test_accents_sc_default.pl | 8 ++++----
.../html_tests/test_accents_sc_default/res_html/node-chap.html | 2 +-
tp/t/results/html_tests/test_accents_sc_default_latin1.pl | 8 ++++----
.../test_accents_sc_default_latin1/res_html/node-chap.html | 2 +-
tp/t/results/html_tests/test_accents_sc_default_usascii.pl | 8 ++++----
.../test_accents_sc_default_usascii/res_html/node-chap.html | 2 +-
tp/t/results/html_tests/test_accents_sc_enable_encoding.pl | 8 ++++----
.../test_accents_sc_enable_encoding/res_html/node-chap.html | 2 +-
tp/t/results/html_tests/test_accents_sc_enable_encoding_latin1.pl | 8 ++++----
.../res_html/node-chap.html | 2 +-
.../html_tests/test_accents_sc_enable_encoding_to_utf8_latin1.pl | 8 ++++----
.../res_html/node-chap.html | 2 +-
.../html_tests/test_accents_sc_enable_encoding_to_utf8_usascii.pl | 8 ++++----
.../res_html/node-chap.html | 2 +-
.../results/html_tests/test_accents_sc_enable_encoding_usascii.pl | 8 ++++----
.../res_html/node-chap.html | 2 +-
tp/t/results/html_tests/test_accents_sc_to_utf8_latin1.pl | 8 ++++----
.../test_accents_sc_to_utf8_latin1/res_html/node-chap.html | 2 +-
tp/t/results/html_tests/test_accents_sc_use_numeric_entity.pl | 8 ++++----
.../test_accents_sc_use_numeric_entity/res_html/node-chap.html | 2 +-
.../results/plaintext_tests/punctuation_sc_accents_ascii_glyph.pl | 6 +++---
.../res_plaintext/punctuation_sc_accents_ascii_glyph.txt | 2 +-
.../plaintext_tests/punctuation_sc_accents_ascii_glyph_latin1.pl | 6 +++---
.../res_plaintext/punctuation_sc_accents_ascii_glyph_latin1.txt | 2 +-
.../plaintext_tests/punctuation_sc_accents_ascii_glyph_usascii.pl | 6 +++---
.../res_plaintext/punctuation_sc_accents_ascii_glyph_usascii.txt | 2 +-
tp/t/results/plaintext_tests/punctuation_sc_accents_default.pl | 6 +++---
.../res_plaintext/punctuation_sc_accents_default.txt | 2 +-
.../plaintext_tests/punctuation_sc_accents_default_latin1.pl | 6 +++---
.../res_plaintext/punctuation_sc_accents_default_latin1.txt | 2 +-
.../plaintext_tests/punctuation_sc_accents_default_usascii.pl | 6 +++---
.../res_plaintext/punctuation_sc_accents_default_usascii.txt | 2 +-
.../plaintext_tests/punctuation_sc_accents_disable_encoding.pl | 6 +++---
.../res_plaintext/punctuation_sc_accents_disable_encoding.txt | 2 +-
.../punctuation_sc_accents_disable_encoding_latin1.pl | 6 +++---
.../punctuation_sc_accents_disable_encoding_latin1.txt | 2 +-
.../punctuation_sc_accents_disable_encoding_usascii.pl | 6 +++---
.../punctuation_sc_accents_disable_encoding_usascii.txt | 2 +-
.../punctuation_sc_accents_to_utf8_ascii_glyph_latin1.pl | 6 +++---
.../punctuation_sc_accents_to_utf8_ascii_glyph_latin1.txt | 2 +-
.../punctuation_sc_accents_to_utf8_ascii_glyph_usascii.pl | 6 +++---
.../punctuation_sc_accents_to_utf8_ascii_glyph_usascii.txt | 2 +-
.../plaintext_tests/punctuation_sc_accents_to_utf8_latin1.pl | 6 +++---
.../res_plaintext/punctuation_sc_accents_to_utf8_latin1.txt | 2 +-
.../plaintext_tests/punctuation_sc_accents_to_utf8_usascii.pl | 6 +++---
.../res_plaintext/punctuation_sc_accents_to_utf8_usascii.txt | 2 +-
51 files changed, 113 insertions(+), 105 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c4bfeaeab8..261b3cb0ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-11-16 Patrice Dumas <pertusus@free.fr>
+
+ * tp/t/input_files/punctuation_small_case_accents_latin1.texi,
+ tp/t/input_files/punctuation_small_case_accents_utf8.texi,
+ tp/t/input_files/punctuation_small_case_accents_us_ascii.texi:
+ add an encoded character in @sc.
+
2023-11-16 Gavin Smith <gavinsmith0123@gmail.com>
* tp/texi2any.supp: Add valgrind suppression file. Add
diff --git a/tp/Texinfo/Convert/HTML.pm b/tp/Texinfo/Convert/HTML.pm
index 242b432602..0361e7d0c4 100644
--- a/tp/Texinfo/Convert/HTML.pm
+++ b/tp/Texinfo/Convert/HTML.pm
@@ -39,6 +39,7 @@ use 5.008;
# the same regardless of whether the string is using a UTF-8 encoding.
# For older Perls, you can use utf8::upgrade on the strings, where the
# difference matters.
+# Also follows unicode rules for uc() and lc ().
use if $] >= 5.012, feature => 'unicode_strings';
use if $] >= 5.014, re => '/a'; # ASCII-only character classes in regexes
diff --git a/tp/t/input_files/punctuation_small_case_accents_latin1.texi
b/tp/t/input_files/punctuation_small_case_accents_latin1.texi
index 922d8714ed..44c373d486 100644
--- a/tp/t/input_files/punctuation_small_case_accents_latin1.texi
+++ b/tp/t/input_files/punctuation_small_case_accents_latin1.texi
@@ -21,5 +21,5 @@
@^{--a}
@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@'{r}}
@={@,{@~{n}}}.
@equiv{}
-@sc{@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@'{r}}
@={@,{@~{n}}}}.
+@sc{@aa{} @AA{} @^e @^E � @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@'{r}}
@={@,{@~{n}}}}.
diff --git a/tp/t/input_files/punctuation_small_case_accents_us_ascii.texi
b/tp/t/input_files/punctuation_small_case_accents_us_ascii.texi
index eafec30cc7..52595917c7 100644
--- a/tp/t/input_files/punctuation_small_case_accents_us_ascii.texi
+++ b/tp/t/input_files/punctuation_small_case_accents_us_ascii.texi
@@ -21,5 +21,5 @@
@^{--a}
@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@'{r}}
@={@,{@~{n}}}.
@equiv{}
-@sc{@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@'{r}}
@={@,{@~{n}}}}.
+@sc{@aa{} @AA{} @^e � @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@'{r}}
@={@,{@~{n}}}}.
diff --git a/tp/t/input_files/punctuation_small_case_accents_utf8.texi
b/tp/t/input_files/punctuation_small_case_accents_utf8.texi
index d3030ebc9e..a7abe906ce 100644
--- a/tp/t/input_files/punctuation_small_case_accents_utf8.texi
+++ b/tp/t/input_files/punctuation_small_case_accents_utf8.texi
@@ -19,5 +19,5 @@
@^{--a}
@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@'{r}}
@={@,{@~{n}}}.
@equiv{}
-@sc{@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@'{r}}
@={@,{@~{n}}}}.
+@sc{@aa{} @AA{} @^e é @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@'{r}}
@={@,{@~{n}}}}.
diff --git a/tp/t/results/html_tests/test_accents_sc_default.pl
b/tp/t/results/html_tests/test_accents_sc_default.pl
index 5ac59162e2..895e6bd9e4 100644
--- a/tp/t/results/html_tests/test_accents_sc_default.pl
+++ b/tp/t/results/html_tests/test_accents_sc_default.pl
@@ -908,7 +908,7 @@ $result_trees{'test_accents_sc_default'} = {
}
},
{
- 'text' => ' '
+ 'text' => " \x{e9} "
},
{
'args' => [
@@ -1156,7 +1156,7 @@ $result_texis{'test_accents_sc_default'} = '\\input
texinfo
@^{--a}
@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}.
@equiv{}
-@sc{@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}}.
+@sc{@aa{} @AA{} @^e é @^E @~{@dotless{i}} @dotless{i} @udotaccent{r}
@v{@\'{r}} @={@,{@~{n}}}}.
';
@@ -1180,7 +1180,7 @@ e\', -- def - in code. in samp aé. , !. ...
-a^
aa AA e^ E^ i~ i .r r\'< n~,=.
==
-AA AA E^ E^ I~ I .R R\'< N~,=.
+AA AA E^ É E^ I~ I .R R\'< N~,=.
';
@@ -1314,7 +1314,7 @@
$result_converted{'html_text'}->{'test_accents_sc_default'} = '<div class="top-l
–â
å Å ê Ê ĩ ı ṛ ŕ̌
ņ̃̄.
≡
-<small class="sc">Å Å Ê Ê Ĩ I Ṛ
Ŕ̌ Ņ̃̄</small>.
+<small class="sc">Å Å Ê É Ê Ĩ I Ṛ
Ŕ̌ Ņ̃̄</small>.
</p>
</div>
</div>
diff --git
a/tp/t/results/html_tests/test_accents_sc_default/res_html/node-chap.html
b/tp/t/results/html_tests/test_accents_sc_default/res_html/node-chap.html
index 1ec8f84d57..31b8094091 100644
--- a/tp/t/results/html_tests/test_accents_sc_default/res_html/node-chap.html
+++ b/tp/t/results/html_tests/test_accents_sc_default/res_html/node-chap.html
@@ -46,7 +46,7 @@ Previous: <a href="index.html" accesskey="p" rel="prev">top
section</a>, Up: <a
–â
å Å ê Ê ĩ ı ṛ ŕ̌
ņ̃̄.
≡
-<small class="sc">Å Å Ê Ê Ĩ I Ṛ
Ŕ̌ Ņ̃̄</small>.
+<small class="sc">Å Å Ê É Ê Ĩ I Ṛ
Ŕ̌ Ņ̃̄</small>.
</p>
</div>
diff --git a/tp/t/results/html_tests/test_accents_sc_default_latin1.pl
b/tp/t/results/html_tests/test_accents_sc_default_latin1.pl
index 7bb085cb30..00d77a996f 100644
--- a/tp/t/results/html_tests/test_accents_sc_default_latin1.pl
+++ b/tp/t/results/html_tests/test_accents_sc_default_latin1.pl
@@ -969,7 +969,7 @@ $result_trees{'test_accents_sc_default_latin1'} = {
}
},
{
- 'text' => ' '
+ 'text' => " \x{e9} "
},
{
'args' => [
@@ -1198,7 +1198,7 @@ $result_texis{'test_accents_sc_default_latin1'} =
'\\input texinfo
@^{--a}
@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}.
@equiv{}
-@sc{@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}}.
+@sc{@aa{} @AA{} @^e @^E é @~{@dotless{i}} @dotless{i} @udotaccent{r}
@v{@\'{r}} @={@,{@~{n}}}}.
';
@@ -1223,7 +1223,7 @@ e\', -- def - in code. in samp aé. , !. ...
-a^
aa AA e^ E^ i~ i .r r\'< n~,=.
==
-AA AA E^ E^ I~ I .R R\'< N~,=.
+AA AA E^ E^ É I~ I .R R\'< N~,=.
';
@@ -1358,7 +1358,7 @@
$result_converted{'html_text'}->{'test_accents_sc_default_latin1'} = '
–â
å Å ê Ê ĩ ı ṛ ŕ̌
ņ̃̄.
≡
-<small class="sc">Å Å Ê Ê Ĩ I Ṛ
Ŕ̌ Ņ̃̄</small>.
+<small class="sc">Å Å Ê Ê É Ĩ I Ṛ
Ŕ̌ Ņ̃̄</small>.
</p>
</div>
</div>
diff --git
a/tp/t/results/html_tests/test_accents_sc_default_latin1/res_html/node-chap.html
b/tp/t/results/html_tests/test_accents_sc_default_latin1/res_html/node-chap.html
index fcaf856de9..57aca28b83 100644
---
a/tp/t/results/html_tests/test_accents_sc_default_latin1/res_html/node-chap.html
+++
b/tp/t/results/html_tests/test_accents_sc_default_latin1/res_html/node-chap.html
@@ -46,7 +46,7 @@ Previous: <a href="index.html" accesskey="p" rel="prev">top
section</a>, Up: <a
–â
å Å ê Ê ĩ ı ṛ ŕ̌
ņ̃̄.
≡
-<small class="sc">Å Å Ê Ê Ĩ I Ṛ
Ŕ̌ Ņ̃̄</small>.
+<small class="sc">Å Å Ê Ê � Ĩ I Ṛ
Ŕ̌ Ņ̃̄</small>.
</p>
</div>
diff --git a/tp/t/results/html_tests/test_accents_sc_default_usascii.pl
b/tp/t/results/html_tests/test_accents_sc_default_usascii.pl
index 6103fa9138..f2bc389aaa 100644
--- a/tp/t/results/html_tests/test_accents_sc_default_usascii.pl
+++ b/tp/t/results/html_tests/test_accents_sc_default_usascii.pl
@@ -969,7 +969,7 @@ $result_trees{'test_accents_sc_default_usascii'} = {
}
},
{
- 'text' => ' '
+ 'text' => " \x{e9} "
},
{
'args' => [
@@ -1219,7 +1219,7 @@ $result_texis{'test_accents_sc_default_usascii'} =
'\\input texinfo
@^{--a}
@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}.
@equiv{}
-@sc{@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}}.
+@sc{@aa{} @AA{} @^e é @^E @~{@dotless{i}} @dotless{i} @udotaccent{r}
@v{@\'{r}} @={@,{@~{n}}}}.
';
@@ -1244,7 +1244,7 @@ e\', -- def - in code. in samp ae\'. , !. ...
-a^
aa AA e^ E^ i~ i .r r\'< n~,=.
==
-AA AA E^ E^ I~ I .R R\'< N~,=.
+AA AA E^ É E^ I~ I .R R\'< N~,=.
';
@@ -1379,7 +1379,7 @@
$result_converted{'html_text'}->{'test_accents_sc_default_usascii'} = '
–â
å Å ê Ê ĩ ı ṛ ŕ̌
ņ̃̄.
≡
-<small class="sc">Å Å Ê Ê Ĩ I Ṛ
Ŕ̌ Ņ̃̄</small>.
+<small class="sc">Å Å Ê É Ê Ĩ I Ṛ
Ŕ̌ Ņ̃̄</small>.
</p>
</div>
</div>
diff --git
a/tp/t/results/html_tests/test_accents_sc_default_usascii/res_html/node-chap.html
b/tp/t/results/html_tests/test_accents_sc_default_usascii/res_html/node-chap.html
index b5ce25ff59..1dcd27e179 100644
---
a/tp/t/results/html_tests/test_accents_sc_default_usascii/res_html/node-chap.html
+++
b/tp/t/results/html_tests/test_accents_sc_default_usascii/res_html/node-chap.html
@@ -46,7 +46,7 @@ Previous: <a href="index.html" accesskey="p" rel="prev">top
section</a>, Up: <a
–â
å Å ê Ê ĩ ı ṛ ŕ̌
ņ̃̄.
≡
-<small class="sc">Å Å Ê Ê Ĩ I Ṛ
Ŕ̌ Ņ̃̄</small>.
+<small class="sc">Å Å Ê � Ê Ĩ I Ṛ
Ŕ̌ Ņ̃̄</small>.
</p>
</div>
diff --git a/tp/t/results/html_tests/test_accents_sc_enable_encoding.pl
b/tp/t/results/html_tests/test_accents_sc_enable_encoding.pl
index f187180379..84c87a334b 100644
--- a/tp/t/results/html_tests/test_accents_sc_enable_encoding.pl
+++ b/tp/t/results/html_tests/test_accents_sc_enable_encoding.pl
@@ -908,7 +908,7 @@ $result_trees{'test_accents_sc_enable_encoding'} = {
}
},
{
- 'text' => ' '
+ 'text' => " \x{e9} "
},
{
'args' => [
@@ -1156,7 +1156,7 @@ $result_texis{'test_accents_sc_enable_encoding'} =
'\\input texinfo
@^{--a}
@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}.
@equiv{}
-@sc{@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}}.
+@sc{@aa{} @AA{} @^e é @^E @~{@dotless{i}} @dotless{i} @udotaccent{r}
@v{@\'{r}} @={@,{@~{n}}}}.
';
@@ -1180,7 +1180,7 @@ e\', -- def - in code. in samp aé. , !. ...
-a^
aa AA e^ E^ i~ i .r r\'< n~,=.
==
-AA AA E^ E^ I~ I .R R\'< N~,=.
+AA AA E^ É E^ I~ I .R R\'< N~,=.
';
@@ -1314,7 +1314,7 @@
$result_converted{'html_text'}->{'test_accents_sc_enable_encoding'} = '<div clas
–â
å Å ê Ê ĩ ı ṛ ŕ̌ ņ̃̄.
≡
-<small class="sc">Å Å Ê Ê Ĩ I Ṛ Ŕ̌ Ņ̃̄</small>.
+<small class="sc">Å Å Ê É Ê Ĩ I Ṛ Ŕ̌ Ņ̃̄</small>.
</p>
</div>
</div>
diff --git
a/tp/t/results/html_tests/test_accents_sc_enable_encoding/res_html/node-chap.html
b/tp/t/results/html_tests/test_accents_sc_enable_encoding/res_html/node-chap.html
index 2c0cc29a4b..e40bc96e3b 100644
---
a/tp/t/results/html_tests/test_accents_sc_enable_encoding/res_html/node-chap.html
+++
b/tp/t/results/html_tests/test_accents_sc_enable_encoding/res_html/node-chap.html
@@ -46,7 +46,7 @@ Previous: <a href="index.html" accesskey="p" rel="prev">top
section</a>, Up: <a
–â
å Å ê Ê ĩ ı ṛ ŕ̌ ņ̃̄.
≡
-<small class="sc">Å Å Ê Ê Ĩ I Ṛ Ŕ̌ Ņ̃̄</small>.
+<small class="sc">Å Å Ê É Ê Ĩ I Ṛ Ŕ̌ Ņ̃̄</small>.
</p>
</div>
diff --git a/tp/t/results/html_tests/test_accents_sc_enable_encoding_latin1.pl
b/tp/t/results/html_tests/test_accents_sc_enable_encoding_latin1.pl
index 9888d5003c..ac61e2c04a 100644
--- a/tp/t/results/html_tests/test_accents_sc_enable_encoding_latin1.pl
+++ b/tp/t/results/html_tests/test_accents_sc_enable_encoding_latin1.pl
@@ -969,7 +969,7 @@ $result_trees{'test_accents_sc_enable_encoding_latin1'} = {
}
},
{
- 'text' => ' '
+ 'text' => " \x{e9} "
},
{
'args' => [
@@ -1198,7 +1198,7 @@ $result_texis{'test_accents_sc_enable_encoding_latin1'} =
'\\input texinfo
@^{--a}
@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}.
@equiv{}
-@sc{@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}}.
+@sc{@aa{} @AA{} @^e @^E é @~{@dotless{i}} @dotless{i} @udotaccent{r}
@v{@\'{r}} @={@,{@~{n}}}}.
';
@@ -1223,7 +1223,7 @@ e\', -- def - in code. in samp aé. , !. ...
-a^
aa AA e^ E^ i~ i .r r\'< n~,=.
==
-AA AA E^ E^ I~ I .R R\'< N~,=.
+AA AA E^ E^ É I~ I .R R\'< N~,=.
';
@@ -1358,7 +1358,7 @@
$result_converted{'html_text'}->{'test_accents_sc_enable_encoding_latin1'} = '
–â
å Å ê Ê ĩ ı ṛ ŕ̌ ņ̃̄.
≡
-<small class="sc">Å Å Ê Ê Ĩ I Ṛ Ŕ̌ Ņ̃̄</small>.
+<small class="sc">Å Å Ê Ê É Ĩ I Ṛ Ŕ̌
Ņ̃̄</small>.
</p>
</div>
</div>
diff --git
a/tp/t/results/html_tests/test_accents_sc_enable_encoding_latin1/res_html/node-chap.html
b/tp/t/results/html_tests/test_accents_sc_enable_encoding_latin1/res_html/node-chap.html
index 436b514974..ffcc453a1e 100644
---
a/tp/t/results/html_tests/test_accents_sc_enable_encoding_latin1/res_html/node-chap.html
+++
b/tp/t/results/html_tests/test_accents_sc_enable_encoding_latin1/res_html/node-chap.html
@@ -46,7 +46,7 @@ Previous: <a href="index.html" accesskey="p" rel="prev">top
section</a>, Up: <a
–â
� � � � ĩ ı ṛ ŕ̌ �̧̄.
≡
-<small class="sc">� � � � Ĩ I Ṛ Ŕ̌ �̧̄</small>.
+<small class="sc">� � � � � Ĩ I Ṛ Ŕ̌
�̧̄</small>.
</p>
</div>
diff --git
a/tp/t/results/html_tests/test_accents_sc_enable_encoding_to_utf8_latin1.pl
b/tp/t/results/html_tests/test_accents_sc_enable_encoding_to_utf8_latin1.pl
index 4916bba4ca..b973a1518e 100644
--- a/tp/t/results/html_tests/test_accents_sc_enable_encoding_to_utf8_latin1.pl
+++ b/tp/t/results/html_tests/test_accents_sc_enable_encoding_to_utf8_latin1.pl
@@ -969,7 +969,7 @@
$result_trees{'test_accents_sc_enable_encoding_to_utf8_latin1'} = {
}
},
{
- 'text' => ' '
+ 'text' => " \x{e9} "
},
{
'args' => [
@@ -1198,7 +1198,7 @@
$result_texis{'test_accents_sc_enable_encoding_to_utf8_latin1'} = '\\input texin
@^{--a}
@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}.
@equiv{}
-@sc{@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}}.
+@sc{@aa{} @AA{} @^e @^E é @~{@dotless{i}} @dotless{i} @udotaccent{r}
@v{@\'{r}} @={@,{@~{n}}}}.
';
@@ -1223,7 +1223,7 @@ e\', -- def - in code. in samp aé. , !. ...
-a^
aa AA e^ E^ i~ i .r r\'< n~,=.
==
-AA AA E^ E^ I~ I .R R\'< N~,=.
+AA AA E^ E^ É I~ I .R R\'< N~,=.
';
@@ -1358,7 +1358,7 @@
$result_converted{'html_text'}->{'test_accents_sc_enable_encoding_to_utf8_latin1
–â
å Å ê Ê ĩ ı ṛ ŕ̌ ņ̃̄.
≡
-<small class="sc">Å Å Ê Ê Ĩ I Ṛ Ŕ̌ Ņ̃̄</small>.
+<small class="sc">Å Å Ê Ê É Ĩ I Ṛ Ŕ̌ Ņ̃̄</small>.
</p>
</div>
</div>
diff --git
a/tp/t/results/html_tests/test_accents_sc_enable_encoding_to_utf8_latin1/res_html/node-chap.html
b/tp/t/results/html_tests/test_accents_sc_enable_encoding_to_utf8_latin1/res_html/node-chap.html
index 2c0cc29a4b..d9f9d746e9 100644
---
a/tp/t/results/html_tests/test_accents_sc_enable_encoding_to_utf8_latin1/res_html/node-chap.html
+++
b/tp/t/results/html_tests/test_accents_sc_enable_encoding_to_utf8_latin1/res_html/node-chap.html
@@ -46,7 +46,7 @@ Previous: <a href="index.html" accesskey="p" rel="prev">top
section</a>, Up: <a
–â
å Å ê Ê ĩ ı ṛ ŕ̌ ņ̃̄.
≡
-<small class="sc">Å Å Ê Ê Ĩ I Ṛ Ŕ̌ Ņ̃̄</small>.
+<small class="sc">Å Å Ê Ê É Ĩ I Ṛ Ŕ̌ Ņ̃̄</small>.
</p>
</div>
diff --git
a/tp/t/results/html_tests/test_accents_sc_enable_encoding_to_utf8_usascii.pl
b/tp/t/results/html_tests/test_accents_sc_enable_encoding_to_utf8_usascii.pl
index 29324eda63..c495811186 100644
--- a/tp/t/results/html_tests/test_accents_sc_enable_encoding_to_utf8_usascii.pl
+++ b/tp/t/results/html_tests/test_accents_sc_enable_encoding_to_utf8_usascii.pl
@@ -969,7 +969,7 @@
$result_trees{'test_accents_sc_enable_encoding_to_utf8_usascii'} = {
}
},
{
- 'text' => ' '
+ 'text' => " \x{e9} "
},
{
'args' => [
@@ -1219,7 +1219,7 @@
$result_texis{'test_accents_sc_enable_encoding_to_utf8_usascii'} = '\\input texi
@^{--a}
@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}.
@equiv{}
-@sc{@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}}.
+@sc{@aa{} @AA{} @^e é @^E @~{@dotless{i}} @dotless{i} @udotaccent{r}
@v{@\'{r}} @={@,{@~{n}}}}.
';
@@ -1244,7 +1244,7 @@ e\', -- def - in code. in samp ae\'. , !. ...
-a^
aa AA e^ E^ i~ i .r r\'< n~,=.
==
-AA AA E^ E^ I~ I .R R\'< N~,=.
+AA AA E^ É E^ I~ I .R R\'< N~,=.
';
@@ -1379,7 +1379,7 @@
$result_converted{'html_text'}->{'test_accents_sc_enable_encoding_to_utf8_usasci
–â
å Å ê Ê ĩ ı ṛ ŕ̌ ņ̃̄.
≡
-<small class="sc">Å Å Ê Ê Ĩ I Ṛ Ŕ̌ Ņ̃̄</small>.
+<small class="sc">Å Å Ê É Ê Ĩ I Ṛ Ŕ̌ Ņ̃̄</small>.
</p>
</div>
</div>
diff --git
a/tp/t/results/html_tests/test_accents_sc_enable_encoding_to_utf8_usascii/res_html/node-chap.html
b/tp/t/results/html_tests/test_accents_sc_enable_encoding_to_utf8_usascii/res_html/node-chap.html
index 2c0cc29a4b..e40bc96e3b 100644
---
a/tp/t/results/html_tests/test_accents_sc_enable_encoding_to_utf8_usascii/res_html/node-chap.html
+++
b/tp/t/results/html_tests/test_accents_sc_enable_encoding_to_utf8_usascii/res_html/node-chap.html
@@ -46,7 +46,7 @@ Previous: <a href="index.html" accesskey="p" rel="prev">top
section</a>, Up: <a
–â
å Å ê Ê ĩ ı ṛ ŕ̌ ņ̃̄.
≡
-<small class="sc">Å Å Ê Ê Ĩ I Ṛ Ŕ̌ Ņ̃̄</small>.
+<small class="sc">Å Å Ê É Ê Ĩ I Ṛ Ŕ̌ Ņ̃̄</small>.
</p>
</div>
diff --git a/tp/t/results/html_tests/test_accents_sc_enable_encoding_usascii.pl
b/tp/t/results/html_tests/test_accents_sc_enable_encoding_usascii.pl
index bdb56314aa..a82682303e 100644
--- a/tp/t/results/html_tests/test_accents_sc_enable_encoding_usascii.pl
+++ b/tp/t/results/html_tests/test_accents_sc_enable_encoding_usascii.pl
@@ -969,7 +969,7 @@ $result_trees{'test_accents_sc_enable_encoding_usascii'} = {
}
},
{
- 'text' => ' '
+ 'text' => " \x{e9} "
},
{
'args' => [
@@ -1219,7 +1219,7 @@ $result_texis{'test_accents_sc_enable_encoding_usascii'}
= '\\input texinfo
@^{--a}
@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}.
@equiv{}
-@sc{@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}}.
+@sc{@aa{} @AA{} @^e é @^E @~{@dotless{i}} @dotless{i} @udotaccent{r}
@v{@\'{r}} @={@,{@~{n}}}}.
';
@@ -1244,7 +1244,7 @@ e\', -- def - in code. in samp ae\'. , !. ...
-a^
aa AA e^ E^ i~ i .r r\'< n~,=.
==
-AA AA E^ E^ I~ I .R R\'< N~,=.
+AA AA E^ É E^ I~ I .R R\'< N~,=.
';
@@ -1379,7 +1379,7 @@
$result_converted{'html_text'}->{'test_accents_sc_enable_encoding_usascii'} = '
–â
å Å ê Ê ĩ ı ṛ ŕ̌
ņ̃̄.
≡
-<small class="sc">Å Å Ê Ê Ĩ I Ṛ
Ŕ̌ Ņ̃̄</small>.
+<small class="sc">Å Å Ê É Ê Ĩ I Ṛ
Ŕ̌ Ņ̃̄</small>.
</p>
</div>
</div>
diff --git
a/tp/t/results/html_tests/test_accents_sc_enable_encoding_usascii/res_html/node-chap.html
b/tp/t/results/html_tests/test_accents_sc_enable_encoding_usascii/res_html/node-chap.html
index b5ce25ff59..1dcd27e179 100644
---
a/tp/t/results/html_tests/test_accents_sc_enable_encoding_usascii/res_html/node-chap.html
+++
b/tp/t/results/html_tests/test_accents_sc_enable_encoding_usascii/res_html/node-chap.html
@@ -46,7 +46,7 @@ Previous: <a href="index.html" accesskey="p" rel="prev">top
section</a>, Up: <a
–â
å Å ê Ê ĩ ı ṛ ŕ̌
ņ̃̄.
≡
-<small class="sc">Å Å Ê Ê Ĩ I Ṛ
Ŕ̌ Ņ̃̄</small>.
+<small class="sc">Å Å Ê � Ê Ĩ I Ṛ
Ŕ̌ Ņ̃̄</small>.
</p>
</div>
diff --git a/tp/t/results/html_tests/test_accents_sc_to_utf8_latin1.pl
b/tp/t/results/html_tests/test_accents_sc_to_utf8_latin1.pl
index f0d39aa89a..576b22946d 100644
--- a/tp/t/results/html_tests/test_accents_sc_to_utf8_latin1.pl
+++ b/tp/t/results/html_tests/test_accents_sc_to_utf8_latin1.pl
@@ -969,7 +969,7 @@ $result_trees{'test_accents_sc_to_utf8_latin1'} = {
}
},
{
- 'text' => ' '
+ 'text' => " \x{e9} "
},
{
'args' => [
@@ -1198,7 +1198,7 @@ $result_texis{'test_accents_sc_to_utf8_latin1'} =
'\\input texinfo
@^{--a}
@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}.
@equiv{}
-@sc{@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}}.
+@sc{@aa{} @AA{} @^e @^E é @~{@dotless{i}} @dotless{i} @udotaccent{r}
@v{@\'{r}} @={@,{@~{n}}}}.
';
@@ -1223,7 +1223,7 @@ e\', -- def - in code. in samp aé. , !. ...
-a^
aa AA e^ E^ i~ i .r r\'< n~,=.
==
-AA AA E^ E^ I~ I .R R\'< N~,=.
+AA AA E^ E^ É I~ I .R R\'< N~,=.
';
@@ -1358,7 +1358,7 @@
$result_converted{'html_text'}->{'test_accents_sc_to_utf8_latin1'} = '
–â
å Å ê Ê ĩ ı ṛ ŕ̌
ņ̃̄.
≡
-<small class="sc">Å Å Ê Ê Ĩ I Ṛ
Ŕ̌ Ņ̃̄</small>.
+<small class="sc">Å Å Ê Ê É Ĩ I Ṛ
Ŕ̌ Ņ̃̄</small>.
</p>
</div>
</div>
diff --git
a/tp/t/results/html_tests/test_accents_sc_to_utf8_latin1/res_html/node-chap.html
b/tp/t/results/html_tests/test_accents_sc_to_utf8_latin1/res_html/node-chap.html
index 1ec8f84d57..eef7357a4f 100644
---
a/tp/t/results/html_tests/test_accents_sc_to_utf8_latin1/res_html/node-chap.html
+++
b/tp/t/results/html_tests/test_accents_sc_to_utf8_latin1/res_html/node-chap.html
@@ -46,7 +46,7 @@ Previous: <a href="index.html" accesskey="p" rel="prev">top
section</a>, Up: <a
–â
å Å ê Ê ĩ ı ṛ ŕ̌
ņ̃̄.
≡
-<small class="sc">Å Å Ê Ê Ĩ I Ṛ
Ŕ̌ Ņ̃̄</small>.
+<small class="sc">Å Å Ê Ê É Ĩ I Ṛ
Ŕ̌ Ņ̃̄</small>.
</p>
</div>
diff --git a/tp/t/results/html_tests/test_accents_sc_use_numeric_entity.pl
b/tp/t/results/html_tests/test_accents_sc_use_numeric_entity.pl
index b8f8fe7945..1b48464162 100644
--- a/tp/t/results/html_tests/test_accents_sc_use_numeric_entity.pl
+++ b/tp/t/results/html_tests/test_accents_sc_use_numeric_entity.pl
@@ -908,7 +908,7 @@ $result_trees{'test_accents_sc_use_numeric_entity'} = {
}
},
{
- 'text' => ' '
+ 'text' => " \x{e9} "
},
{
'args' => [
@@ -1156,7 +1156,7 @@ $result_texis{'test_accents_sc_use_numeric_entity'} =
'\\input texinfo
@^{--a}
@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}.
@equiv{}
-@sc{@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}}.
+@sc{@aa{} @AA{} @^e é @^E @~{@dotless{i}} @dotless{i} @udotaccent{r}
@v{@\'{r}} @={@,{@~{n}}}}.
';
@@ -1180,7 +1180,7 @@ e\', -- def - in code. in samp aé. , !. ...
-a^
aa AA e^ E^ i~ i .r r\'< n~,=.
==
-AA AA E^ E^ I~ I .R R\'< N~,=.
+AA AA E^ É E^ I~ I .R R\'< N~,=.
';
@@ -1314,7 +1314,7 @@
$result_converted{'html_text'}->{'test_accents_sc_use_numeric_entity'} = '<div c
–â
å Å ê Ê ĩ ı ṛ ŕ̌
ņ̃̄.
≡
-<small class="sc">Å Å Ê Ê Ĩ I Ṛ Ŕ̌
Ņ̃̄</small>.
+<small class="sc">Å Å Ê É Ê Ĩ I Ṛ Ŕ̌
Ņ̃̄</small>.
</p>
</div>
</div>
diff --git
a/tp/t/results/html_tests/test_accents_sc_use_numeric_entity/res_html/node-chap.html
b/tp/t/results/html_tests/test_accents_sc_use_numeric_entity/res_html/node-chap.html
index d98131ad1b..6dc2f12b6f 100644
---
a/tp/t/results/html_tests/test_accents_sc_use_numeric_entity/res_html/node-chap.html
+++
b/tp/t/results/html_tests/test_accents_sc_use_numeric_entity/res_html/node-chap.html
@@ -46,7 +46,7 @@ Previous: <a href="index.html" accesskey="p" rel="prev">top
section</a>, Up: <a
–â
å Å ê Ê ĩ ı ṛ ŕ̌
ņ̃̄.
≡
-<small class="sc">Å Å Ê Ê Ĩ I Ṛ Ŕ̌
Ņ̃̄</small>.
+<small class="sc">Å Å Ê É Ê Ĩ I Ṛ Ŕ̌
Ņ̃̄</small>.
</p>
</div>
diff --git a/tp/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph.pl
b/tp/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph.pl
index 2a8322a639..6aa374f15f 100644
--- a/tp/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph.pl
+++ b/tp/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph.pl
@@ -908,7 +908,7 @@ $result_trees{'punctuation_sc_accents_ascii_glyph'} = {
}
},
{
- 'text' => ' '
+ 'text' => " \x{e9} "
},
{
'args' => [
@@ -1156,7 +1156,7 @@ $result_texis{'punctuation_sc_accents_ascii_glyph'} =
'\\input texinfo
@^{--a}
@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}.
@equiv{}
-@sc{@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}}.
+@sc{@aa{} @AA{} @^e é @^E @~{@dotless{i}} @dotless{i} @udotaccent{r}
@v{@\'{r}} @={@,{@~{n}}}}.
';
@@ -1180,7 +1180,7 @@ e\', -- def - in code. in samp aé. , !. ...
-a^
aa AA e^ E^ i~ i .r r\'< n~,=.
==
-AA AA E^ E^ I~ I .R R\'< N~,=.
+AA AA E^ É E^ I~ I .R R\'< N~,=.
';
diff --git
a/tp/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph/res_plaintext/punctuation_sc_accents_ascii_glyph.txt
b/tp/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph/res_plaintext/punctuation_sc_accents_ascii_glyph.txt
index a71c596871..69f0301e10 100644
---
a/tp/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph/res_plaintext/punctuation_sc_accents_ascii_glyph.txt
+++
b/tp/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph/res_plaintext/punctuation_sc_accents_ascii_glyph.txt
@@ -10,5 +10,5 @@ top section
≥ ... Å é Ȧ ł. (C). error->. " in quotes ". ==> - (R)
- -ă -â å Å ê Ê ĩ ı ṛ ŕ̌ ņ̃̄. == Å Å Ê Ê Ĩ I Ṛ Ŕ̌ Ņ̃̄.
+ -ă -â å Å ê Ê ĩ ı ṛ ŕ̌ ņ̃̄. == Å Å Ê É Ê Ĩ I Ṛ Ŕ̌ Ņ̃̄.
diff --git
a/tp/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph_latin1.pl
b/tp/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph_latin1.pl
index 031c9b3ebd..77df0aa3ac 100644
--- a/tp/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph_latin1.pl
+++ b/tp/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph_latin1.pl
@@ -969,7 +969,7 @@ $result_trees{'punctuation_sc_accents_ascii_glyph_latin1'}
= {
}
},
{
- 'text' => ' '
+ 'text' => " \x{e9} "
},
{
'args' => [
@@ -1198,7 +1198,7 @@
$result_texis{'punctuation_sc_accents_ascii_glyph_latin1'} = '\\input texinfo
@^{--a}
@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}.
@equiv{}
-@sc{@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}}.
+@sc{@aa{} @AA{} @^e @^E é @~{@dotless{i}} @dotless{i} @udotaccent{r}
@v{@\'{r}} @={@,{@~{n}}}}.
';
@@ -1223,7 +1223,7 @@ e\', -- def - in code. in samp aé. , !. ...
-a^
aa AA e^ E^ i~ i .r r\'< n~,=.
==
-AA AA E^ E^ I~ I .R R\'< N~,=.
+AA AA E^ E^ É I~ I .R R\'< N~,=.
';
diff --git
a/tp/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph_latin1/res_plaintext/punctuation_sc_accents_ascii_glyph_latin1.txt
b/tp/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph_latin1/res_plaintext/punctuation_sc_accents_ascii_glyph_latin1.txt
index 98b5b52ca7..82583ee89a 100644
---
a/tp/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph_latin1/res_plaintext/punctuation_sc_accents_ascii_glyph_latin1.txt
+++
b/tp/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph_latin1/res_plaintext/punctuation_sc_accents_ascii_glyph_latin1.txt
@@ -10,5 +10,5 @@ top section
>= ... � � A. /l. (C). error->. " in quotes ". ==> - (R)
- -a( -a^ � � � � i~ i .r r'< �,=. == � � � � I~ I .R R'< �,=.
+ -a( -a^ � � � � i~ i .r r'< �,=. == � � � � � I~ I .R R'< �,=.
diff --git
a/tp/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph_usascii.pl
b/tp/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph_usascii.pl
index c37b491325..5dd2912ce3 100644
--- a/tp/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph_usascii.pl
+++ b/tp/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph_usascii.pl
@@ -969,7 +969,7 @@ $result_trees{'punctuation_sc_accents_ascii_glyph_usascii'}
= {
}
},
{
- 'text' => ' '
+ 'text' => " \x{e9} "
},
{
'args' => [
@@ -1219,7 +1219,7 @@
$result_texis{'punctuation_sc_accents_ascii_glyph_usascii'} = '\\input texinfo
@^{--a}
@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}.
@equiv{}
-@sc{@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}}.
+@sc{@aa{} @AA{} @^e é @^E @~{@dotless{i}} @dotless{i} @udotaccent{r}
@v{@\'{r}} @={@,{@~{n}}}}.
';
@@ -1244,7 +1244,7 @@ e\', -- def - in code. in samp ae\'. , !. ...
-a^
aa AA e^ E^ i~ i .r r\'< n~,=.
==
-AA AA E^ E^ I~ I .R R\'< N~,=.
+AA AA E^ É E^ I~ I .R R\'< N~,=.
';
diff --git
a/tp/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph_usascii/res_plaintext/punctuation_sc_accents_ascii_glyph_usascii.txt
b/tp/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph_usascii/res_plaintext/punctuation_sc_accents_ascii_glyph_usascii.txt
index 811b48fe73..3e21829b40 100644
---
a/tp/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph_usascii/res_plaintext/punctuation_sc_accents_ascii_glyph_usascii.txt
+++
b/tp/t/results/plaintext_tests/punctuation_sc_accents_ascii_glyph_usascii/res_plaintext/punctuation_sc_accents_ascii_glyph_usascii.txt
@@ -10,6 +10,6 @@ top section
>= ... AA e' A. /l. (C). error->. " in quotes ". ==> - (R)
- -a( -a^ aa AA e^ E^ i~ i .r r'< n~,=. == AA AA E^ E^ I~ I .R R'<
+ -a( -a^ aa AA e^ E^ i~ i .r r'< n~,=. == AA AA E^ � E^ I~ I .R R'<
N~,=.
diff --git a/tp/t/results/plaintext_tests/punctuation_sc_accents_default.pl
b/tp/t/results/plaintext_tests/punctuation_sc_accents_default.pl
index 16a38af487..1351fc07c3 100644
--- a/tp/t/results/plaintext_tests/punctuation_sc_accents_default.pl
+++ b/tp/t/results/plaintext_tests/punctuation_sc_accents_default.pl
@@ -908,7 +908,7 @@ $result_trees{'punctuation_sc_accents_default'} = {
}
},
{
- 'text' => ' '
+ 'text' => " \x{e9} "
},
{
'args' => [
@@ -1156,7 +1156,7 @@ $result_texis{'punctuation_sc_accents_default'} =
'\\input texinfo
@^{--a}
@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}.
@equiv{}
-@sc{@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}}.
+@sc{@aa{} @AA{} @^e é @^E @~{@dotless{i}} @dotless{i} @udotaccent{r}
@v{@\'{r}} @={@,{@~{n}}}}.
';
@@ -1180,7 +1180,7 @@ e\', -- def - in code. in samp aé. , !. ...
-a^
aa AA e^ E^ i~ i .r r\'< n~,=.
==
-AA AA E^ E^ I~ I .R R\'< N~,=.
+AA AA E^ É E^ I~ I .R R\'< N~,=.
';
diff --git
a/tp/t/results/plaintext_tests/punctuation_sc_accents_default/res_plaintext/punctuation_sc_accents_default.txt
b/tp/t/results/plaintext_tests/punctuation_sc_accents_default/res_plaintext/punctuation_sc_accents_default.txt
index feeb532e08..b6489b59c2 100644
---
a/tp/t/results/plaintext_tests/punctuation_sc_accents_default/res_plaintext/punctuation_sc_accents_default.txt
+++
b/tp/t/results/plaintext_tests/punctuation_sc_accents_default/res_plaintext/punctuation_sc_accents_default.txt
@@ -10,5 +10,5 @@ top section
≥ ... Å é Ȧ ł. ©. error→. “ in quotes ”. ↦ − ®
- -ă -â å Å ê Ê ĩ ı ṛ ŕ̌ ņ̃̄. ≡ Å Å Ê Ê Ĩ I Ṛ Ŕ̌ Ņ̃̄.
+ -ă -â å Å ê Ê ĩ ı ṛ ŕ̌ ņ̃̄. ≡ Å Å Ê É Ê Ĩ I Ṛ Ŕ̌ Ņ̃̄.
diff --git
a/tp/t/results/plaintext_tests/punctuation_sc_accents_default_latin1.pl
b/tp/t/results/plaintext_tests/punctuation_sc_accents_default_latin1.pl
index f2eee1b3e8..2a2cda6c69 100644
--- a/tp/t/results/plaintext_tests/punctuation_sc_accents_default_latin1.pl
+++ b/tp/t/results/plaintext_tests/punctuation_sc_accents_default_latin1.pl
@@ -969,7 +969,7 @@ $result_trees{'punctuation_sc_accents_default_latin1'} = {
}
},
{
- 'text' => ' '
+ 'text' => " \x{e9} "
},
{
'args' => [
@@ -1198,7 +1198,7 @@ $result_texis{'punctuation_sc_accents_default_latin1'} =
'\\input texinfo
@^{--a}
@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}.
@equiv{}
-@sc{@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}}.
+@sc{@aa{} @AA{} @^e @^E é @~{@dotless{i}} @dotless{i} @udotaccent{r}
@v{@\'{r}} @={@,{@~{n}}}}.
';
@@ -1223,7 +1223,7 @@ e\', -- def - in code. in samp aé. , !. ...
-a^
aa AA e^ E^ i~ i .r r\'< n~,=.
==
-AA AA E^ E^ I~ I .R R\'< N~,=.
+AA AA E^ E^ É I~ I .R R\'< N~,=.
';
diff --git
a/tp/t/results/plaintext_tests/punctuation_sc_accents_default_latin1/res_plaintext/punctuation_sc_accents_default_latin1.txt
b/tp/t/results/plaintext_tests/punctuation_sc_accents_default_latin1/res_plaintext/punctuation_sc_accents_default_latin1.txt
index ccc15639be..dcc473589e 100644
---
a/tp/t/results/plaintext_tests/punctuation_sc_accents_default_latin1/res_plaintext/punctuation_sc_accents_default_latin1.txt
+++
b/tp/t/results/plaintext_tests/punctuation_sc_accents_default_latin1/res_plaintext/punctuation_sc_accents_default_latin1.txt
@@ -10,5 +10,5 @@ top section
>= ... � � A. /l. �. error->. " in quotes ". ==> - �
- -a( -a^ � � � � i~ i .r r'< �,=. == � � � � I~ I .R R'< �,=.
+ -a( -a^ � � � � i~ i .r r'< �,=. == � � � � � I~ I .R R'< �,=.
diff --git
a/tp/t/results/plaintext_tests/punctuation_sc_accents_default_usascii.pl
b/tp/t/results/plaintext_tests/punctuation_sc_accents_default_usascii.pl
index 61f7fd515e..2ffede97e3 100644
--- a/tp/t/results/plaintext_tests/punctuation_sc_accents_default_usascii.pl
+++ b/tp/t/results/plaintext_tests/punctuation_sc_accents_default_usascii.pl
@@ -969,7 +969,7 @@ $result_trees{'punctuation_sc_accents_default_usascii'} = {
}
},
{
- 'text' => ' '
+ 'text' => " \x{e9} "
},
{
'args' => [
@@ -1219,7 +1219,7 @@ $result_texis{'punctuation_sc_accents_default_usascii'} =
'\\input texinfo
@^{--a}
@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}.
@equiv{}
-@sc{@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}}.
+@sc{@aa{} @AA{} @^e é @^E @~{@dotless{i}} @dotless{i} @udotaccent{r}
@v{@\'{r}} @={@,{@~{n}}}}.
';
@@ -1244,7 +1244,7 @@ e\', -- def - in code. in samp ae\'. , !. ...
-a^
aa AA e^ E^ i~ i .r r\'< n~,=.
==
-AA AA E^ E^ I~ I .R R\'< N~,=.
+AA AA E^ É E^ I~ I .R R\'< N~,=.
';
diff --git
a/tp/t/results/plaintext_tests/punctuation_sc_accents_default_usascii/res_plaintext/punctuation_sc_accents_default_usascii.txt
b/tp/t/results/plaintext_tests/punctuation_sc_accents_default_usascii/res_plaintext/punctuation_sc_accents_default_usascii.txt
index 811b48fe73..3e21829b40 100644
---
a/tp/t/results/plaintext_tests/punctuation_sc_accents_default_usascii/res_plaintext/punctuation_sc_accents_default_usascii.txt
+++
b/tp/t/results/plaintext_tests/punctuation_sc_accents_default_usascii/res_plaintext/punctuation_sc_accents_default_usascii.txt
@@ -10,6 +10,6 @@ top section
>= ... AA e' A. /l. (C). error->. " in quotes ". ==> - (R)
- -a( -a^ aa AA e^ E^ i~ i .r r'< n~,=. == AA AA E^ E^ I~ I .R R'<
+ -a( -a^ aa AA e^ E^ i~ i .r r'< n~,=. == AA AA E^ � E^ I~ I .R R'<
N~,=.
diff --git
a/tp/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding.pl
b/tp/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding.pl
index 1ea9c660de..107e6475a6 100644
--- a/tp/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding.pl
+++ b/tp/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding.pl
@@ -908,7 +908,7 @@ $result_trees{'punctuation_sc_accents_disable_encoding'} = {
}
},
{
- 'text' => ' '
+ 'text' => " \x{e9} "
},
{
'args' => [
@@ -1156,7 +1156,7 @@ $result_texis{'punctuation_sc_accents_disable_encoding'}
= '\\input texinfo
@^{--a}
@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}.
@equiv{}
-@sc{@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}}.
+@sc{@aa{} @AA{} @^e é @^E @~{@dotless{i}} @dotless{i} @udotaccent{r}
@v{@\'{r}} @={@,{@~{n}}}}.
';
@@ -1180,7 +1180,7 @@ e\', -- def - in code. in samp aé. , !. ...
-a^
aa AA e^ E^ i~ i .r r\'< n~,=.
==
-AA AA E^ E^ I~ I .R R\'< N~,=.
+AA AA E^ É E^ I~ I .R R\'< N~,=.
';
diff --git
a/tp/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding/res_plaintext/punctuation_sc_accents_disable_encoding.txt
b/tp/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding/res_plaintext/punctuation_sc_accents_disable_encoding.txt
index 453c73ff4b..7eb33f8d56 100644
---
a/tp/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding/res_plaintext/punctuation_sc_accents_disable_encoding.txt
+++
b/tp/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding/res_plaintext/punctuation_sc_accents_disable_encoding.txt
@@ -10,6 +10,6 @@ top section
>= ... AA e' A. /l. (C). error->. " in quotes ". ==> - (R)
- -a( -a^ aa AA e^ E^ i~ i .r r'< n~,=. == AA AA E^ E^ I~ I .R R'<
+ -a( -a^ aa AA e^ E^ i~ i .r r'< n~,=. == AA AA E^ É E^ I~ I .R R'<
N~,=.
diff --git
a/tp/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding_latin1.pl
b/tp/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding_latin1.pl
index 5dc792cd63..6e945cd916 100644
---
a/tp/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding_latin1.pl
+++
b/tp/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding_latin1.pl
@@ -969,7 +969,7 @@
$result_trees{'punctuation_sc_accents_disable_encoding_latin1'} = {
}
},
{
- 'text' => ' '
+ 'text' => " \x{e9} "
},
{
'args' => [
@@ -1198,7 +1198,7 @@
$result_texis{'punctuation_sc_accents_disable_encoding_latin1'} = '\\input texin
@^{--a}
@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}.
@equiv{}
-@sc{@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}}.
+@sc{@aa{} @AA{} @^e @^E é @~{@dotless{i}} @dotless{i} @udotaccent{r}
@v{@\'{r}} @={@,{@~{n}}}}.
';
@@ -1223,7 +1223,7 @@ e\', -- def - in code. in samp aé. , !. ...
-a^
aa AA e^ E^ i~ i .r r\'< n~,=.
==
-AA AA E^ E^ I~ I .R R\'< N~,=.
+AA AA E^ E^ É I~ I .R R\'< N~,=.
';
diff --git
a/tp/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding_latin1/res_plaintext/punctuation_sc_accents_disable_encoding_latin1.txt
b/tp/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding_latin1/res_plaintext/punctuation_sc_accents_disable_encoding_latin1.txt
index c941d0cebe..372273d1fb 100644
---
a/tp/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding_latin1/res_plaintext/punctuation_sc_accents_disable_encoding_latin1.txt
+++
b/tp/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding_latin1/res_plaintext/punctuation_sc_accents_disable_encoding_latin1.txt
@@ -10,6 +10,6 @@ top section
>= ... AA e' A. /l. (C). error->. " in quotes ". ==> - (R)
- -a( -a^ aa AA e^ E^ i~ i .r r'< n~,=. == AA AA E^ E^ I~ I .R R'<
+ -a( -a^ aa AA e^ E^ i~ i .r r'< n~,=. == AA AA E^ E^ � I~ I .R R'<
N~,=.
diff --git
a/tp/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding_usascii.pl
b/tp/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding_usascii.pl
index cc6dabf0d7..6651f23599 100644
---
a/tp/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding_usascii.pl
+++
b/tp/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding_usascii.pl
@@ -969,7 +969,7 @@
$result_trees{'punctuation_sc_accents_disable_encoding_usascii'} = {
}
},
{
- 'text' => ' '
+ 'text' => " \x{e9} "
},
{
'args' => [
@@ -1219,7 +1219,7 @@
$result_texis{'punctuation_sc_accents_disable_encoding_usascii'} = '\\input texi
@^{--a}
@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}.
@equiv{}
-@sc{@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}}.
+@sc{@aa{} @AA{} @^e é @^E @~{@dotless{i}} @dotless{i} @udotaccent{r}
@v{@\'{r}} @={@,{@~{n}}}}.
';
@@ -1244,7 +1244,7 @@ e\', -- def - in code. in samp ae\'. , !. ...
-a^
aa AA e^ E^ i~ i .r r\'< n~,=.
==
-AA AA E^ E^ I~ I .R R\'< N~,=.
+AA AA E^ É E^ I~ I .R R\'< N~,=.
';
diff --git
a/tp/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding_usascii/res_plaintext/punctuation_sc_accents_disable_encoding_usascii.txt
b/tp/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding_usascii/res_plaintext/punctuation_sc_accents_disable_encoding_usascii.txt
index 811b48fe73..3e21829b40 100644
---
a/tp/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding_usascii/res_plaintext/punctuation_sc_accents_disable_encoding_usascii.txt
+++
b/tp/t/results/plaintext_tests/punctuation_sc_accents_disable_encoding_usascii/res_plaintext/punctuation_sc_accents_disable_encoding_usascii.txt
@@ -10,6 +10,6 @@ top section
>= ... AA e' A. /l. (C). error->. " in quotes ". ==> - (R)
- -a( -a^ aa AA e^ E^ i~ i .r r'< n~,=. == AA AA E^ E^ I~ I .R R'<
+ -a( -a^ aa AA e^ E^ i~ i .r r'< n~,=. == AA AA E^ � E^ I~ I .R R'<
N~,=.
diff --git
a/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_ascii_glyph_latin1.pl
b/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_ascii_glyph_latin1.pl
index 5ed9761d21..ee1a628ec6 100644
---
a/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_ascii_glyph_latin1.pl
+++
b/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_ascii_glyph_latin1.pl
@@ -969,7 +969,7 @@
$result_trees{'punctuation_sc_accents_to_utf8_ascii_glyph_latin1'} = {
}
},
{
- 'text' => ' '
+ 'text' => " \x{e9} "
},
{
'args' => [
@@ -1198,7 +1198,7 @@
$result_texis{'punctuation_sc_accents_to_utf8_ascii_glyph_latin1'} = '\\input te
@^{--a}
@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}.
@equiv{}
-@sc{@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}}.
+@sc{@aa{} @AA{} @^e @^E é @~{@dotless{i}} @dotless{i} @udotaccent{r}
@v{@\'{r}} @={@,{@~{n}}}}.
';
@@ -1223,7 +1223,7 @@ e\', -- def - in code. in samp aé. , !. ...
-a^
aa AA e^ E^ i~ i .r r\'< n~,=.
==
-AA AA E^ E^ I~ I .R R\'< N~,=.
+AA AA E^ E^ É I~ I .R R\'< N~,=.
';
diff --git
a/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_ascii_glyph_latin1/res_plaintext/punctuation_sc_accents_to_utf8_ascii_glyph_latin1.txt
b/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_ascii_glyph_latin1/res_plaintext/punctuation_sc_accents_to_utf8_ascii_glyph_latin1.txt
index a71c596871..e9db0008c7 100644
---
a/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_ascii_glyph_latin1/res_plaintext/punctuation_sc_accents_to_utf8_ascii_glyph_latin1.txt
+++
b/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_ascii_glyph_latin1/res_plaintext/punctuation_sc_accents_to_utf8_ascii_glyph_latin1.txt
@@ -10,5 +10,5 @@ top section
≥ ... Å é Ȧ ł. (C). error->. " in quotes ". ==> - (R)
- -ă -â å Å ê Ê ĩ ı ṛ ŕ̌ ņ̃̄. == Å Å Ê Ê Ĩ I Ṛ Ŕ̌ Ņ̃̄.
+ -ă -â å Å ê Ê ĩ ı ṛ ŕ̌ ņ̃̄. == Å Å Ê Ê É Ĩ I Ṛ Ŕ̌ Ņ̃̄.
diff --git
a/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_ascii_glyph_usascii.pl
b/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_ascii_glyph_usascii.pl
index 12bfed2748..dfb21b71ec 100644
---
a/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_ascii_glyph_usascii.pl
+++
b/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_ascii_glyph_usascii.pl
@@ -969,7 +969,7 @@
$result_trees{'punctuation_sc_accents_to_utf8_ascii_glyph_usascii'} = {
}
},
{
- 'text' => ' '
+ 'text' => " \x{e9} "
},
{
'args' => [
@@ -1219,7 +1219,7 @@
$result_texis{'punctuation_sc_accents_to_utf8_ascii_glyph_usascii'} = '\\input t
@^{--a}
@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}.
@equiv{}
-@sc{@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}}.
+@sc{@aa{} @AA{} @^e é @^E @~{@dotless{i}} @dotless{i} @udotaccent{r}
@v{@\'{r}} @={@,{@~{n}}}}.
';
@@ -1244,7 +1244,7 @@ e\', -- def - in code. in samp ae\'. , !. ...
-a^
aa AA e^ E^ i~ i .r r\'< n~,=.
==
-AA AA E^ E^ I~ I .R R\'< N~,=.
+AA AA E^ É E^ I~ I .R R\'< N~,=.
';
diff --git
a/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_ascii_glyph_usascii/res_plaintext/punctuation_sc_accents_to_utf8_ascii_glyph_usascii.txt
b/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_ascii_glyph_usascii/res_plaintext/punctuation_sc_accents_to_utf8_ascii_glyph_usascii.txt
index a71c596871..69f0301e10 100644
---
a/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_ascii_glyph_usascii/res_plaintext/punctuation_sc_accents_to_utf8_ascii_glyph_usascii.txt
+++
b/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_ascii_glyph_usascii/res_plaintext/punctuation_sc_accents_to_utf8_ascii_glyph_usascii.txt
@@ -10,5 +10,5 @@ top section
≥ ... Å é Ȧ ł. (C). error->. " in quotes ". ==> - (R)
- -ă -â å Å ê Ê ĩ ı ṛ ŕ̌ ņ̃̄. == Å Å Ê Ê Ĩ I Ṛ Ŕ̌ Ņ̃̄.
+ -ă -â å Å ê Ê ĩ ı ṛ ŕ̌ ņ̃̄. == Å Å Ê É Ê Ĩ I Ṛ Ŕ̌ Ņ̃̄.
diff --git
a/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_latin1.pl
b/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_latin1.pl
index 7819128572..0eba5b94bd 100644
--- a/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_latin1.pl
+++ b/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_latin1.pl
@@ -969,7 +969,7 @@ $result_trees{'punctuation_sc_accents_to_utf8_latin1'} = {
}
},
{
- 'text' => ' '
+ 'text' => " \x{e9} "
},
{
'args' => [
@@ -1198,7 +1198,7 @@ $result_texis{'punctuation_sc_accents_to_utf8_latin1'} =
'\\input texinfo
@^{--a}
@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}.
@equiv{}
-@sc{@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}}.
+@sc{@aa{} @AA{} @^e @^E é @~{@dotless{i}} @dotless{i} @udotaccent{r}
@v{@\'{r}} @={@,{@~{n}}}}.
';
@@ -1223,7 +1223,7 @@ e\', -- def - in code. in samp aé. , !. ...
-a^
aa AA e^ E^ i~ i .r r\'< n~,=.
==
-AA AA E^ E^ I~ I .R R\'< N~,=.
+AA AA E^ E^ É I~ I .R R\'< N~,=.
';
diff --git
a/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_latin1/res_plaintext/punctuation_sc_accents_to_utf8_latin1.txt
b/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_latin1/res_plaintext/punctuation_sc_accents_to_utf8_latin1.txt
index feeb532e08..83b1e85cb2 100644
---
a/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_latin1/res_plaintext/punctuation_sc_accents_to_utf8_latin1.txt
+++
b/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_latin1/res_plaintext/punctuation_sc_accents_to_utf8_latin1.txt
@@ -10,5 +10,5 @@ top section
≥ ... Å é Ȧ ł. ©. error→. “ in quotes ”. ↦ − ®
- -ă -â å Å ê Ê ĩ ı ṛ ŕ̌ ņ̃̄. ≡ Å Å Ê Ê Ĩ I Ṛ Ŕ̌ Ņ̃̄.
+ -ă -â å Å ê Ê ĩ ı ṛ ŕ̌ ņ̃̄. ≡ Å Å Ê Ê É Ĩ I Ṛ Ŕ̌ Ņ̃̄.
diff --git
a/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_usascii.pl
b/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_usascii.pl
index b33e4c4b96..71d22bb2c9 100644
--- a/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_usascii.pl
+++ b/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_usascii.pl
@@ -969,7 +969,7 @@ $result_trees{'punctuation_sc_accents_to_utf8_usascii'} = {
}
},
{
- 'text' => ' '
+ 'text' => " \x{e9} "
},
{
'args' => [
@@ -1219,7 +1219,7 @@ $result_texis{'punctuation_sc_accents_to_utf8_usascii'} =
'\\input texinfo
@^{--a}
@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}.
@equiv{}
-@sc{@aa{} @AA{} @^e @^E @~{@dotless{i}} @dotless{i} @udotaccent{r} @v{@\'{r}}
@={@,{@~{n}}}}.
+@sc{@aa{} @AA{} @^e é @^E @~{@dotless{i}} @dotless{i} @udotaccent{r}
@v{@\'{r}} @={@,{@~{n}}}}.
';
@@ -1244,7 +1244,7 @@ e\', -- def - in code. in samp ae\'. , !. ...
-a^
aa AA e^ E^ i~ i .r r\'< n~,=.
==
-AA AA E^ E^ I~ I .R R\'< N~,=.
+AA AA E^ É E^ I~ I .R R\'< N~,=.
';
diff --git
a/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_usascii/res_plaintext/punctuation_sc_accents_to_utf8_usascii.txt
b/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_usascii/res_plaintext/punctuation_sc_accents_to_utf8_usascii.txt
index feeb532e08..b6489b59c2 100644
---
a/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_usascii/res_plaintext/punctuation_sc_accents_to_utf8_usascii.txt
+++
b/tp/t/results/plaintext_tests/punctuation_sc_accents_to_utf8_usascii/res_plaintext/punctuation_sc_accents_to_utf8_usascii.txt
@@ -10,5 +10,5 @@ top section
≥ ... Å é Ȧ ł. ©. error→. “ in quotes ”. ↦ − ®
- -ă -â å Å ê Ê ĩ ı ṛ ŕ̌ ņ̃̄. ≡ Å Å Ê Ê Ĩ I Ṛ Ŕ̌ Ņ̃̄.
+ -ă -â å Å ê Ê ĩ ı ṛ ŕ̌ ņ̃̄. ≡ Å Å Ê É Ê Ĩ I Ṛ Ŕ̌ Ņ̃̄.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/t/input_files/punctuation_small_case_accents_latin1.texi, tp/t/input_files/punctuation_small_case_accents_utf8.texi, tp/t/input_files/punctuation_small_case_accents_us_ascii.texi: add an encoded character in @sc.,
Patrice Dumas <=