suppressed stray traces
This commit is contained in:
parent
cd29fd581d
commit
f500474643
@ -203,8 +203,8 @@ bool wchartoutf8(const wchar_t *in, std::string& out, size_t wlen)
|
|||||||
cp[bytes] = 0;
|
cp[bytes] = 0;
|
||||||
out = cp;
|
out = cp;
|
||||||
free(cp);
|
free(cp);
|
||||||
fwprintf(stderr, L"wchartoutf8: in: [%s]\n", in);
|
//fwprintf(stderr, L"wchartoutf8: in: [%s]\n", in);
|
||||||
fprintf(stderr, "wchartoutf8: out: [%s]\n", out.c_str());
|
//fprintf(stderr, "wchartoutf8: out: [%s]\n", out.c_str());
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user