[postgis-tickets] [PostGIS] #2814: address_standardizer does not install with all encodings of database

PostGIS trac at osgeo.org
Sat Jul 5 08:33:20 PDT 2014


#2814: address_standardizer does not install with all encodings of database
---------------------------------+------------------------------------------
 Reporter:  robe                 |       Owner:  woobri       
     Type:  defect               |      Status:  new          
 Priority:  high                 |   Milestone:  PostGIS 2.2.0
Component:  pagc_address_parser  |     Version:  trunk        
 Keywords:                       |  
---------------------------------+------------------------------------------
 {{{
 CREATE DATABASE test3
   WITH OWNER = postgres
        ENCODING = 'WIN1252'
        TABLESPACE = pg_default TEMPLATE=template0;
 }}}



 If I try to install the address_standardizer on a database with encoding
 WIN1252, I get error


 {{{
 default conversion function for encoding 'LATIN1' to 'WIN1252' does not
 exist
 }}}


 If we can't fix this, we probably need to make a note of it in the docs
 that people use UTF8 for their database encoding.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2814>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list