Opened 10 years ago

Closed 10 years ago

#5631 closed defect (fixed)

VFK driver: header values not recoded

Reported by: martinl Owned by: martinl
Priority: normal Milestone: 1.11.1
Component: OGR_SF Version: svn-trunk
Severity: normal Keywords: vfk
Cc:

Description

VFK driver doesn't recode header values. It's needed because VFK files are provided in Latin2 or Win1250 encoding. This bug was fixed in r27618 (trunk) and the bugfix (attachment:vfk_header_recode.diff) should be backported also to 1.11 branch.

Attachments (1)

vfk_header_recode.diff (1.0 KB ) - added by martinl 10 years ago.

Download all attachments as: .zip

Change History (5)

by martinl, 10 years ago

Attachment: vfk_header_recode.diff added

comment:1 by martinl, 10 years ago

If no objections I will do this backport within the next days.

comment:2 by Even Rouault, 10 years ago

CPLStrdup("ISO-8859-2") : CPLStrdup("WINDOWS-1250") --> will cause memory leaks. The CPLStrdup() is not needed.

in reply to:  2 comment:3 by martinl, 10 years ago

Replying to rouault:

CPLStrdup("ISO-8859-2") : CPLStrdup("WINDOWS-1250") --> will cause memory leaks. The CPLStrdup() is not needed.

right, fixed in r27627.

comment:4 by martinl, 10 years ago

Resolution: fixed
Status: newclosed

Backported to 1.11 branch as r27644. Closing this ticket.

Note: See TracTickets for help on using tickets.