diff options
| author | Peter Eisentraut | 2011-05-31 20:10:05 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2011-05-31 20:11:46 +0000 |
| commit | ba4cacf0756f71e175d25bac78834715a353e64e (patch) | |
| tree | 7534f62f0be85bc334bad50d0a575ae2e6077457 /contrib | |
| parent | 85ffed431ae6fff0d5fbafd9a48b330542f2f4d9 (diff) | |
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.
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/README | 2 | ||||
| -rw-r--r-- | contrib/spi/timetravel.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/README b/contrib/README index 9bd1b137e6d..a1d42a11cb4 100644 --- a/contrib/README +++ b/contrib/README @@ -95,7 +95,7 @@ intarray - isn - PostgreSQL type extensions for ISBN, ISSN, ISMN, EAN13 product numbers - by Germ�n M�ndez Bravo (Kronuz) <kronuz@hotmail.com> + by Germán Méndez Bravo (Kronuz) <kronuz@hotmail.com> lo - Large Object maintenance diff --git a/contrib/spi/timetravel.c b/contrib/spi/timetravel.c index 14621244a98..3d05cc505ce 100644 --- a/contrib/spi/timetravel.c +++ b/contrib/spi/timetravel.c @@ -5,7 +5,7 @@ * timetravel.c -- function to get time travel feature * using general triggers. * - * Modified by B�JTHE Zolt�n, Hungary, mailto:urdesobt@axelero.hu + * Modified by BÖJTHE Zoltán, Hungary, mailto:urdesobt@axelero.hu */ #include "postgres.h" |
