Re: pgsql: Doc: add check to detect non-breaking spaces in the docs.

2024-10-10 Thread Tatsuo Ishii
> On Tue, Oct 8, 2024 at 7:26 AM Tatsuo Ishii wrote: >> Doc: add check to detect non-breaking spaces in the docs. > > Please consider that the make-based build system will likely be > removed at some point in the future in favor of the meson build > system. > > It doesn't seem like we're super-c

Re: pgsql: Doc: add check to detect non-breaking spaces in the docs.

2024-10-10 Thread Robert Haas
On Tue, Oct 8, 2024 at 7:26 AM Tatsuo Ishii wrote: > Doc: add check to detect non-breaking spaces in the docs. Please consider that the make-based build system will likely be removed at some point in the future in favor of the meson build system. It doesn't seem like we're super-close to being r

pgsql: Doc: add check to detect non-breaking spaces in the docs.

2024-10-08 Thread Tatsuo Ishii
Doc: add check to detect non-breaking spaces in the docs. There were multiple instances where accidentally adding non-breaking space (nbsp, U+00A0, 0xc2a0 in UTF-8) to sgml files. This commit adds additional checking to detect nbsp. You can check the nbsp by: make -C doc/src/sgml check or make