Actions:
|
2024-08-07 10:56 AEST by Arthur Barrett - Lots of parts of CVSAPI use ASCII strings (char *) rather than Unicode strings wchar_t *
From the ground up CVSAPI was build with both cvs::string and cvs::wstring, but there is still a lot built
around char * due to the underlying reliance on vsprintf rather than vswprintf
Fixing this would allow CServerIo::log to take a Unicode string rather than an ASCII string. |