Displaying 1 result from an estimated 1 matches for "unnnecessarily".
Did you mean:
unnecessarily
2016 Jan 09
0
flac, UTF-8 and Windows
...TF-8 support and send UTF8-encoded filenames to libFLAC functions;
all filenames must be in a default codepage instead. And they (directly or
indirectly) link with win_utf8_io despite the fact that they cannot use it.
(Actually the use it, but fopen_utf8() behaves for them as plain fopen(). It just
unnnecessarily calls malloc/free and MultiByteToWideChar. Correct me if I'm wrong).