]> git.deb.at Git - pkg/abook.git/commit
ldif: removed ldif_fix_string()
authorRaphaël Droz <raphael.droz+floss@gmail.com>
Wed, 19 Dec 2012 01:55:28 +0000 (02:55 +0100)
committerRaphaël Droz <raphael.droz+floss@gmail.com>
Wed, 19 Dec 2012 12:33:01 +0000 (13:33 +0100)
commit29712efb58a9520824b4b0d7d1b9b9e2d1f59694
treef9299d75404a51049ac2e5525253b9954e6db2ff
parentd9aefd47c40fb87a44acf7625b1599f72e066bce
ldif: removed ldif_fix_string()
WARNING: this will change the default output file
 encoding when importing a LDIF input!

- An LDIF input of UTF-8 entries is base64-encoded (RFC)
 str_parse_line() already supports that pretty well.
- But ldif_fix_string(), present since the initial
 CVS revision of abook, forces the conversion of utf-8
 wide-chars to latin1.
- And that's why iconv exists

=> so let's drop it unless someone complains for a good reason.
filter.c