#2106 [RFE] Add ability to convert input ini file from UTF 16/32 to UTF8 during parsing
Closed: Fixed Opened by dpal.

Right now parser assumes UTF8 encoding but file can be encoded differently. This RFE is to add in flight conversion.

Scope of work:

a. Define new parsing flags to request conversion
b. Process the flags when parser is initialized
c. Consult the flags and call iconv after line is read from file to do the conversion
d. Make sure the iconv is properly initialized and cleared (TBD whether it should be done per line of for the whole file. If letter it should be properly cleaned in success and failure cases.
e. Add unit test


Fields changed

milestone: NEEDS_TRIAGE => Tools 1.1

Fields changed

milestone: Tools 1.1 => ding-libs - Oct 2013
priority: major => critical

Fields changed

resolution: => fixed
status: new => closed

commit 00f1d40506e1a834400e160b700f1e1cb6b98c00

Metadata Update from @dpal:
- Issue set to the milestone: ding-libs - Oct 2013

Metadata