Mozilla/mozilla/cck/globals/encoding.h
shrutiv%netscape.com 950e3ca01c Adding files to handle charset conversion (r=smeredith)
git-svn-id: svn://10.0.0.236/trunk@118285 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-05 21:31:22 +00:00

6 lines
208 B
C

#include "stdafx.h"
extern "C" __declspec(dllexport) void ShowLastError();
__declspec(dllexport) CString ConvertANSItoUTF8(CString strAnsi);
__declspec(dllexport) CString ConvertUTF8toANSI(CString strUtf8);