From 38b7b65b539bb2b3574ad32eb04336c7a27dbe61 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 6 Dec 2005 20:19:38 +0000 Subject: [PATCH] iconv uses UTF-8, not UTF8. --- doc/src/sgml/release.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index c7874dea4d..bc5d35cdee 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -532,7 +532,7 @@ psql -t -f fixseq.sql db1 | psql -e db1 8.1.X. This is because previous versions allowed invalid UTF8 sequences to be entered into the database, and this release properly accepts only valid UTF8 sequences. One - way to correct a dumpfile is to use iconv -c -f UTF8 -t UTF8. + way to correct a dumpfile is to use iconv -c -f UTF-8 -t UTF-8. This will remove invalid character sequences. iconv reads the entire input file into memory so it might be necessary to split the dump into multiple smaller files for processing. -- 2.39.5