Skip to content

Commit

Permalink
fix failing utf8 test
Browse files Browse the repository at this point in the history
sp_usinas.shp seems to be latin-1, not utf8.  It contains the
sequence 0xc7,0xc8 which is not valid utf8.
  • Loading branch information
Brian Cavagnolo committed Mar 31, 2013
1 parent e6fc0b0 commit 6a494d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testfiles/basic.t
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ timestamp:
Outputting XML
utf8:
$ ogr2osm -f $TESTDIR/shapefiles/sp_usinas.shp
$ ogr2osm -f $TESTDIR/shapefiles/sp_usinas.shp --encoding latin-1
running with lxml.etree
Preparing to convert file .* (re)
Will try to detect projection from source metadata, or fall back to EPSG:4326
Expand Down

0 comments on commit 6a494d3

Please sign in to comment.