Alexander Nicolaysen Sørnes alex@thehandofagony.com writes:
vsprintfW and friends do not support float numbers, so we have to format an initial string with printf() and then print it to a wide string with vsprintfW()'s %hs format.
For a simply conversion to Unicode MultiByteToWideChar is a better choice.