All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Namespaces | Constant Groups | Functions
sjis2euc.h File Reference
#include <string>
Include dependency graph for sjis2euc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 osl
 attackDefense.h
 
 osl::misc
 特に将棋と関係ない基礎的なコード
 

Constant Groups

 osl
 attackDefense.h
 
 osl::misc
 特に将棋と関係ない基礎的なコード
 

Functions

std::string osl::misc::sjis2euc (const std::string &str)
 Convert character encoding from Shift_JIS to EUC-JP. More...
 
void osl::misc::sjis2euc (unsigned char &c1, unsigned char &c2)
 Reference: http://www.net.is.uec.ac.jp/~ueno/material/kanji/sjis2euc.html. More...