#2106 [RFE] Add ability to convert input ini file from UTF 16/32 to UTF8 during parsing
Closed: Fixed None Opened 10 years ago 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: NEEDS_TRIAGE => Tools 1.1

Fields changed

milestone: NEEDS_TRIAGE => Tools 1.1

Fields changed

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

Fields changed

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

Fields changed

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

Fields changed

resolution: => fixed
status: new => closed

Fields changed

resolution: => fixed
status: new => closed

Fields changed

resolution: => fixed
status: new => closed

commit 00f1d40506e1a834400e160b700f1e1cb6b98c00

commit 00f1d40506e1a834400e160b700f1e1cb6b98c00

commit 00f1d40506e1a834400e160b700f1e1cb6b98c00

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

7 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/3148

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata