------------------
* :func:`print_`: Don't ignore ``flush`` in Windows redirect mode
* :obj:`argv`: Forwards changes to `sys.argv` :bug:`2`
* :obj:`environ`: Forwards changes to `os.environ` :bug:`2`
* :obj:`environ`: Handle case insensitive env vars on Windows
* :func:`fsn2text`: Add a ``strict`` mode
* :func:`fsn2uri`: Always return `text`
* :func:`fsn2bytes`: Merge surrogate pairs under Python 3 + Windows
* :func:`fsn2bytes`: Support ``utf-16-be`` under Python 2.7/3.3