sjis2euc.h
Go to the documentation of this file.
00001 /* sjis2euc.h
00002  */
00003               
00004 #ifndef OSL_SJIS2EUC_H
00005 #define OSL_SJIS2EUC_H
00006 
00007 #include <string>
00008 
00009 namespace osl
00010 {
00011   namespace misc
00012   {
00018     std::string sjis2euc(const std::string& str);
00019     void sjis2euc(unsigned char& c1, unsigned char& c2);
00020   }
00021 }
00022 
00023 #endif /* OSL_SJIS2EUC_H */
00024 // ;;; Local Variables:
00025 // ;;; mode:c++
00026 // ;;; c-basic-offset:2
00027 // ;;; End:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines