• Show log

    Commit

  • Hash : 618b7689
    Author : Russell Belfer
    Date : 2013-10-02T12:06:26

    Wrap iconv stuff and write tests
    
    This adds a simple wrapper around the iconv APIs and uses it
    instead of the old code that was inlining the iconv stuff.  This
    makes it possible for me to test the iconv logic in isolation.
    A "no iconv" version of the API was defined with macros so that
    I could have fewer ifdefs in the code itself.