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:
@ -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;
|
||||
|
Reference in New Issue
Block a user