Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Differences in UTF8 between 8.0 and 8.1


  • From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
  • To: Paul Lindner <lindner(at)inuus(dot)com>
  • Cc: andrew(at)supernews(dot)com, pgsql-hackers(at)postgresql(dot)org
  • Subject: Re: Differences in UTF8 between 8.0 and 8.1
  • Date: Mon, 24 Oct 2005 13:06:02 +0800
  • Message-id: <435C6BBA(dot)4070004(at)familyhealth(dot)com(dot)au>

Thanks go out to John Hansen, he recommended to run the dump through iconv:

  iconv -c -f UTF8 -t UTF8 -o fixed.sql dump.sql

This seems to strip out invalid UTF8 and will allow for a clean
import.  Someone should add this to the Release Notes/FAQ..

Yes I think that's extremely important to put in the 'upgrading/back compatibiliy' section for these release notes.

Chris




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group