postgresql/contrib/fuzzystrmatch
Tom Lane 1c54b93a8c 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
2023-04-16 12:57:32 -04:00
..
expected Add support for Daitch-Mokotoff Soundex in contrib/fuzzystrmatch. 2023-04-07 17:32:26 -04:00
sql Add support for Daitch-Mokotoff Soundex in contrib/fuzzystrmatch. 2023-04-07 17:32:26 -04:00
.gitignore Add support for Daitch-Mokotoff Soundex in contrib/fuzzystrmatch. 2023-04-07 17:32:26 -04:00
Makefile Add support for Daitch-Mokotoff Soundex in contrib/fuzzystrmatch. 2023-04-07 17:32:26 -04:00
daitch_mokotoff.c Avoid using non-ASCII commentary in daitch_mokotoff.c. 2023-04-16 12:57:32 -04:00
daitch_mokotoff_header.pl Remove useless dependencies in daitch_mokotoff_header.pl. 2023-04-07 23:23:25 -04:00
dmetaphone.c Harmonize parameter names in contrib code. 2022-09-22 13:59:20 -07:00
fuzzystrmatch--1.0--1.1.sql Update fuzzystrmatch extension for parallel query. 2016-06-07 11:26:41 -04:00
fuzzystrmatch--1.1--1.2.sql Add support for Daitch-Mokotoff Soundex in contrib/fuzzystrmatch. 2023-04-07 17:32:26 -04:00
fuzzystrmatch--1.1.sql Update fuzzystrmatch extension for parallel query. 2016-06-07 11:26:41 -04:00
fuzzystrmatch.c New header varatt.h split off from postgres.h 2023-01-10 05:54:36 +01:00
fuzzystrmatch.control Add support for Daitch-Mokotoff Soundex in contrib/fuzzystrmatch. 2023-04-07 17:32:26 -04:00
meson.build Add support for Daitch-Mokotoff Soundex in contrib/fuzzystrmatch. 2023-04-07 17:32:26 -04:00