Changeset 6217 for trunk/licq/include/licq_translate.h
- Timestamp:
- 05/26/08 03:39:31 (8 months ago)
- Files:
-
- 1 modified
-
trunk/licq/include/licq_translate.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/include/licq_translate.h
r6119 r6217 11 11 #include <string> 12 12 13 using namespace std;14 13 15 14 class CTranslator … … 44 43 char* RNToN(const char* array); 45 44 46 bool utf16to8(unsigned long c, st ring &s);45 bool utf16to8(unsigned long c, std::string &s); 47 46 48 47 protected:
