Re: [GENERAL] From ASCII to UTF-8

2006-02-26 Thread gabor
Clodoaldo Pinto wrote: As part of a migration from 8.0 to 8.1 i want to convert the data from ASCII to UTF-8. I dumped the database with pg_dump (8.0) and tried to convert it with iconv, but it shows an error: $ iconv -t ASCII -t UTF-8 fahstats_data.dump -o fahstats_data_utf-8.dump iconv: illeg

Re: [GENERAL] From ASCII to UTF-8

2006-02-25 Thread Peter Eisentraut
Clodoaldo Pinto wrote: > As part of a migration from 8.0 to 8.1 i want to convert the data > from ASCII to UTF-8. ASCII is a subset of UTF-8, so if you really wanted to do that you wouldn't need to do anything. > I dumped the database with pg_dump (8.0) and tried to convert it with > iconv, but

[GENERAL] From ASCII to UTF-8

2006-02-25 Thread Clodoaldo Pinto
As part of a migration from 8.0 to 8.1 i want to convert the data from ASCII to UTF-8. I dumped the database with pg_dump (8.0) and tried to convert it with iconv, but it shows an error: $ iconv -t ASCII -t UTF-8 fahstats_data.dump -o fahstats_data_utf-8.dump iconv: illegal input sequence at posi