Opened 12 years ago

Closed 12 years ago

#4760 closed defect (fixed)

CSV: Export of real values with non-C locale doesn't work properly

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 1.9.2
Component: OGR_SF Version: unspecified
Severity: normal Keywords: csv
Cc:

Description

There was some code provision to replace the ',' by '.', but it is called after CPLEscapeString(, CPLES_CSV ), which will surround the content by double-quotes, which is not wanted.

Change History (1)

comment:1 by Even Rouault, 12 years ago

Resolution: fixed
Status: newclosed

r24711 /trunk/gdal/ogr/ogrsf_frmts/csv/ogrcsvlayer.cpp: CSV: Fix export of real values with non-C locale (#4760)

r24712 /branches/1.9/gdal/ogr/ogrsf_frmts/csv/ogrcsvlayer.cpp: CSV: Fix export of real values with non-C locale (#4760)

Note: See TracTickets for help on using tickets.