Re: Doc: typo in config.sgml

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Yugo NAGATA <nagata(at)sraoss(dot)co(dot)jp>, Tatsuo Ishii <ishii(at)postgresql(dot)org>, tgl(at)sss(dot)pgh(dot)pa(dot)us, daniel(at)yesql(dot)se, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Doc: typo in config.sgml
Date: 2024-10-16 07:58:23
Message-ID: cd4fa398-0d6e-4c1b-93b3-642451de6bf7@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 15.10.24 23:51, Bruce Momjian wrote:
>> I don't see why we need to enforce this at this level. Whatever downstream
>> toolchain has requirements about which characters are allowed will complain
>> if it encounters a character it doesn't like.
>
> Uh, the PDF build does not complain if you pass it a non-Latin-1 UTF8
> characters. To test this I added some Russian characters (non-Latin-1)
> to release.sgml:
>
> (⟨б⟩, ⟨в⟩, ⟨г⟩, ⟨д⟩, ⟨ж⟩, ⟨з⟩, ⟨к⟩, ⟨л⟩, ⟨м⟩, ⟨н⟩, ⟨п⟩, ⟨р⟩, ⟨с⟩, ⟨т⟩,
> ⟨ф⟩, ⟨х⟩, ⟨ц⟩, ⟨ч⟩, ⟨ш⟩, ⟨щ⟩), ten vowels (⟨а⟩, ⟨е⟩, ⟨ё⟩, ⟨и⟩, ⟨о⟩, ⟨у⟩,
> ⟨ы⟩, ⟨э⟩, ⟨ю⟩, ⟨я⟩), a semivowel / consonant (⟨й⟩), and two modifier
> letters or "signs" (⟨ъ⟩, ⟨ь⟩)
>
> and I ran 'make postgres-US.pdf', and then removed the Russian
> characters and ran the same command again. The output, including stderr
> was identical. The PDFs, of course, were not, with the Russian
> characters showing as "####". Makefile output attached.

Hmm, mine complains:

/opt/homebrew/bin/fop -fo postgres-A4.fo -pdf postgres-A4.pdf
Picked up JAVA_TOOL_OPTIONS: -Djava.awt.headless=true
[WARN] FOUserAgent - Font "Symbol,normal,700" not found. Substituting
with "Symbol,normal,400".
[WARN] FOUserAgent - Font "ZapfDingbats,normal,700" not found.
Substituting with "ZapfDingbats,normal,400".
[WARN] FOUserAgent - Glyph "⟨" (0x27e8) not available in font "Times-Roman".
[WARN] FOUserAgent - Glyph "б" (0x431, afii10066) not available in font
"Times-Roman".
[WARN] FOUserAgent - Glyph "⟩" (0x27e9) not available in font "Times-Roman".
[WARN] FOUserAgent - Glyph "в" (0x432, afii10067) not available in font
"Times-Roman".
[WARN] FOUserAgent - Glyph "г" (0x433, afii10068) not available in font
"Times-Roman".
[WARN] FOUserAgent - Glyph "д" (0x434, afii10069) not available in font
"Times-Roman".
[WARN] FOUserAgent - Glyph "ж" (0x436, afii10072) not available in font
"Times-Roman".
[WARN] FOUserAgent - Glyph "з" (0x437, afii10073) not available in font
"Times-Roman".
[WARN] PropertyMaker - span="inherit" on fo:block, but no explicit value
found on the parent FO.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2024-10-16 08:00:15 Re: Doc: typo in config.sgml
Previous Message Peter Eisentraut 2024-10-16 07:49:48 Re: Enable data checksums by default