| LzmaAlone.cpp |
int g_CodePage = -1;
int codePage = g_CodePage;
if (codePage == -1)
codePage = CP_OEMCP;
if (codePage == CP_UTF8)
ConvertUnicodeToUTF8(s, temp);
else
|
19352 |
| LzmaCon.dsp |
|
11606 |
| LzmaCon.dsw |
|
537 |
| makefile |
|
1051 |
| makefile.gcc |
|
4556 |
| resource.rc |
|
74 |
| StdAfx.cpp |
|
38 |
| StdAfx.h |
|
104 |