On Sat, 2025-01-25 at 00:00 -0500, Tom Lane wrote: > Found characters that cannot be output in the PDF document; see > README.non-ASCII
Thank you, fixed. > Not sure about a good workaround for this. Are there any characters > within LATIN-1 that have interesting case-folding behavior? I just removed that example. There's already another example using ß (U+00DF), though that only applies to PG_UNICODE_FAST (the new collation that performs full case mapping and now full case folding). Regards, Jeff Davis