I installed PostgreSQL as part of the OpenGeo Suite and now I need to create a new database with LATIN1 encoding since I need to preserve accents. Problem is that when I try to create the new DB using pgAdminIII, I get an error message telling me that ---encoding LATIN1 does not match locale "Spanish_Mexico.1252"--- I tried creating a new Database Cluster using
postgres$ initdb --locale LATIN1 -D E:/mydb
But I got no result at all.
Tried issuing some other commands on command line and everything I did showed no result at all.
I´m totally new in to Posgresql and data base management so any advice would be appreciated