1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Recode non-ASCII characters in source to UTF-8

For consistency, have all non-ASCII characters from contributors'
names in the source be in UTF-8.  But remove some other more
gratuitous uses of non-ASCII characters.
This commit is contained in:
Peter Eisentraut
2011-05-31 23:10:05 +03:00
parent 85ffed431a
commit ba4cacf075
5 changed files with 8 additions and 8 deletions

View File

@ -48,7 +48,7 @@ pg_dlerror(void)
/*
* These routines were taken from the Apache source, but were made
* available with a PostgreSQL-compatible license. Kudos Wilfredo
* S<EFBFBD>nchez <wsanchez@apple.com>.
* Sánchez <wsanchez@apple.com>.
*/
static NSObjectFileImageReturnCode cofiff_result = NSObjectFileImageFailure;