pgsql: Avoid using non-ASCII commentary in daitch_mokotoff.c.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Avoid using non-ASCII commentary in daitch_mokotoff.c.
Date: 2023-04-16 16:57:39
Message-ID: E1po5h4-003O1J-8h@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Avoid using non-ASCII commentary in daitch_mokotoff.c.

Commit d6b5dee42 failed to suppress that warning from MSVC,
so let's just get rid of all non-ASCII glyphs in the comments.
The comment for iso8859_1_to_ascii_upper[] is not essential,
and the other cases can be handled by spelling out the
Unicode character names.

(I'm now really in the dark as to why MSVC doesn't complain
about predicate.c's comment. But whatever.)

Discussion: https://postgr.es/m/1546512.1681495035@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1c54b93a8cf959a826dfabd6cae55dce255df2f5

Modified Files
--------------
contrib/fuzzystrmatch/daitch_mokotoff.c | 24 +++++++++---------------
1 file changed, 9 insertions(+), 15 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-04-16 18:16:51 pgsql: Ensure result of an aggregate's finalfunc is made read-only.
Previous Message David Rowley 2023-04-16 09:47:28 pgsql: Doc: add note about --buffer-usage-limit being v16 onwards