1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +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

@ -5,7 +5,7 @@
* timetravel.c -- function to get time travel feature
* using general triggers.
*
* Modified by B<EFBFBD>JTHE Zolt<EFBFBD>n, Hungary, mailto:urdesobt@axelero.hu
* Modified by BÖJTHE Zoltán, Hungary, mailto:urdesobt@axelero.hu
*/
#include "postgres.h"