* Re-introduce NFC normalization when using Python 3. [mj]
3.0
----------------
* Use `svn info` to avoid a round-trip to the server, and use a SAX parser to read the svn XML output instead of a regular expression. Thanks to Matt Good for the `svn info` pointer. [mj]
2.1
----------------
* Do not rely on sys.stdout.encoding, use locale.getpreferredencoding() instead; when used as a pipe no encoding is set otherwise. [stefan]
2.0
----------------
* Don't log an error when the target directory is not a Subversion sandbox. [stefan]
* Return Unicode strings under Python 3. [stefan]
1.8
----------------
* Fixed compatibility with Python 2.4 once more. [mj]