aboutsummaryrefslogtreecommitdiff
path: root/iconvlite.h
blob: 3194eafc2f359532c1947a73f90a994fc4ec9676 (plain)
1
2
3
4
5
6
7
8
9
#ifndef ICONVLITE_H
#define ICONVLITE_H

using namespace std;

string cp2utf(string s);
string utf2cp(string s);

#endif