1. 03 Oct, 2013 2 commits
    • Clean up annoying warnings · af302aca
      The indexer code was generating warnings on Windows 64-bit.  I
      looked closely at the logic and was able to simplify it a bit.
      
      Also this fixes some other Windows and Linux warnings.
      Russell Belfer committed
    • Wrap iconv stuff and write tests · 618b7689
      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.
      Russell Belfer committed