Client7z.cpp |
int g_CodePage = -1;
int codePage = g_CodePage;
if (codePage == -1)
codePage = CP_OEMCP;
if (codePage == CP_UTF8)
ConvertUnicodeToUTF8(s, temp);
else
|
25838 |
Client7z.dsp |
|
6952 |
Client7z.dsw |
|
539 |
makefile |
|
495 |
resource.rc |
|
83 |
StdAfx.cpp |
|
38 |
StdAfx.h |
|
104 |