Skip to content

v1.1.0

Compare
Choose a tag to compare
@paulhuggett paulhuggett released this 22 Mar 15:01
· 143 commits to main since this release
d40075f

What's Changed

  • Add the "byte transcoder". This can take a stream of UTF-encoded bytes, determine its encoding, and convert it to a specfied UTF encoding.
  • Improved documentation and hosted on ReadTheDocs.
  • Add an extended set of unit tests for bad UTF-8 input.
  • Check that standard library version macros are defined before using them by.
  • Increased the sensitivity of the various static analysis tools and resolved any resulting warnings.
  • Reworked the iconv test tool.
  • Updated google test.
  • Added ranges::views alias.
  • Added cmake "install-icubaby" install target and cpack configuration.