 
            
            
            
            
                12 May
                
                    2011
                
            
            
                12 May
                
                '11
                
            
            
            
        
    
                4:03 p.m.
            
        Vipin TS wrote:
Hello Nate,
Was your original dump from a database using an encoding other than
UTF-8?
--nate
My database was in postgres 8.3 and I took the database dump using postgres 8.4. I did not understand your question at right way.
Can you make sure that your dump was created with '-E UTF-8' flag? Also, in your old database server, use psql's '\l' command to show the encoding of your databases. --nate
Vipin