On 25 November 2012 14:30, Jonathan M Davis <jmdavisProg@gmx.com> wrote:

I'd actually be halfway tempted to explicitly omit the A versions simply
because you basically should _never_ use them unless you're supporting Win9x,
which we're not.

Except that they're the default, basically all tutorial code and much existing code is written to use 8-bit strings. It's really lame there is no utf-8 api.