Skip to content

Commit

Permalink
move to Latin1 to UTF-8 encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Courtin committed Nov 12, 2012
1 parent 2a655e0 commit 3ca10c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/wfs_110/config_wfs_110.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
password="postgres"
dbname="tinyows_test"
port="5432"
encoding="LATIN1"/>
encoding="UTF-8"/>
<!-- END configuration -->

<!-- Don't need to change anything below this point -->
Expand Down
2 changes: 1 addition & 1 deletion test/wfs_110/ogc_wfs_sf0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
--
-- NOTA: Datas are based on a PostGIS 2.0 dump.
--
--SET client_encoding = 'UTF8';
SET client_encoding = 'UTF8';

delete from geometry_columns where f_table_name = 'PrimitiveGeoFeature' ;
delete from geometry_columns where f_table_name = 'AggregateGeoFeature' ;
Expand Down

0 comments on commit 3ca10c1

Please sign in to comment.