From 363c8cf21fa99f2430289aba3fe2fe4cad364f3e Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Sun, 1 Oct 2006 18:37:53 +0000
Subject: [PATCH] Remove accented characters in comments, to avoid failures
 when this file is read with an incompatible client_encoding setting.  Per
 report from Tim N. van der Leeuw.

---
 contrib/isn/isn.sql.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/isn/isn.sql.in b/contrib/isn/isn.sql.in
index 891e98eeb31..7268f642678 100644
--- a/contrib/isn/isn.sql.in
+++ b/contrib/isn/isn.sql.in
@@ -1,8 +1,8 @@
 --
 --	PostgreSQL code for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
---  Copyright (c) 2004-2006, Germ�n M�ndez Bravo (Kronuz)
+--  Copyright (c) 2004-2006, German Mendez Bravo (Kronuz)
 --
---	$PostgreSQL: pgsql/contrib/isn/isn.sql.in,v 1.2 2006/09/10 20:45:17 tgl Exp $
+--	$PostgreSQL: pgsql/contrib/isn/isn.sql.in,v 1.3 2006/10/01 18:37:53 tgl Exp $
 --
 -- Example:
 --   create table test ( id isbn );
-- 
GitLab