Opened 12 years ago

Closed 12 years ago

#4829 closed defect (fixed)

GML driver wrongly select Expat parser for ISO-8859-15

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 1.9.2
Component: OGR_SF Version: unspecified
Severity: normal Keywords: gml wfs iso-8859-1
Cc:

Description

The GML retrieved at "http://data.wien.gv.at/daten/geoserver/ows?SERVICE=WFS&TYPENAME=ogdwien:AUFZUGOGD&VERSION=1.1.0&REQUEST=GetFeature" is encoded in ISO-8859-15. The GML driver currently believes it is ISO-8859-1 (which can be processed by the Expat driver), but ISO-8859-15 cannot be handled by the Expat driver.

Change History (1)

comment:1 by Even Rouault, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in trunk (r24980) and branches/1.9 (r24981)

Note: See TracTickets for help on using tickets.