Use UTF-8 functions when working with explicit encodings.
authorIain Patterson <me@iain.cx>
Thu, 28 Jul 2016 15:15:53 +0000 (16:15 +0100)
committerIain Patterson <me@iain.cx>
Thu, 28 Jul 2016 15:48:23 +0000 (16:48 +0100)
commit2f3ab42db3d63e674e520a68fe507119af519288
tree2fc3fd251c826f1e53e24d972856fe70b8bcb236
parent800ca0c4f150de75c38c87a59d18878b0341f16b
Use UTF-8 functions when working with explicit encodings.

LSA functions explicitly operate on UTF-16 strings.
GetProcAddress() explicitly operates on multibyte strings.
account.cpp
imports.cpp