Decode search results to Unicode and print as Unicode
authorW. Trevor King <wking@tremily.us>
Sun, 20 Jan 2013 14:33:47 +0000 (09:33 -0500)
committerW. Trevor King <wking@tremily.us>
Sun, 20 Jan 2013 18:05:18 +0000 (13:05 -0500)
commitb1d45029a439eb1e3351bb03f21ca4964d7bcf08
tree118faa2114ea384099f96ec065bfc0c44215acd8
parent4f503015cec2b0b3413039b41bc54679a6040c96
Decode search results to Unicode and print as Unicode

LDAPv3 strings are encoded in UTF-8 [1], so use that encoding to
decode them in format_columns().  Adjust format_entry() and the main
block to handle the Unicode output from format_columns().

[1]: http://tools.ietf.org/html/rfc2251#section-4.1.2
mutt-ldap.py