#ifndef __cp932_h__ #define __cp932_h__ #include #include #include using namespace std; wstring cp932_convert( vector dat ); vector cp932_convert( wstring str ); #endif // __cp932_h__