While editing the GNU Emacs manual to contain the word “Baháʼí” (spelled with U+02BC MODIFIER LETTER APOSTROPHE) I noticed that the texi2pdf output omitted the character. Proposed patch attached (which also fixes a comment typo).
This isn't urgent, since we decided to go with “Bahá'í” instead, as this renders the same as as “Bahá’í” (with U+2019 RIGHT SINGLE QUOTATION MARK) which is also a common spelling and is good enough for Emacs. See: https://debbugs.gnu.org/41100
diff --git a/build-aux/texinfo.tex b/build-aux/texinfo.tex index 2b7b31b34..77f8383f4 100644 --- a/build-aux/texinfo.tex +++ b/build-aux/texinfo.tex @@ -33,7 +33,7 @@ % The texinfo.tex in any given distribution could well be out % of date, so if that's what you're using, please check. % -% Send bug reports to [email protected]. Please include including a +% Send bug reports to [email protected]. Please include a % complete document in each bug report with which we can reproduce the % problem. Patches are, of course, greatly appreciated. % @@ -10725,6 +10725,8 @@ directory should work if nowhere else does.} \DeclareUnicodeCharacter{0233}{\=y}% \DeclareUnicodeCharacter{0237}{\dotless{j}}% % + \DeclareUnicodeCharacter{02BC}{'}% + % \DeclareUnicodeCharacter{02DB}{\ogonek{ }}% % % Greek letters upper case
