|
a/src/utils/transcode.h |
|
b/src/utils/transcode.h |
1 |
#ifndef _TRANSCODE_H_INCLUDED_
|
1 |
#ifndef _TRANSCODE_H_INCLUDED_
|
2 |
#define _TRANSCODE_H_INCLUDED_
|
2 |
#define _TRANSCODE_H_INCLUDED_
|
3 |
/* @(#$Id: transcode.h,v 1.1 2004-12-15 09:43:48 dockes Exp $ (C) 2004 J.F.Dockes */
|
3 |
/* @(#$Id: transcode.h,v 1.2 2005-01-25 14:37:21 dockes Exp $ (C) 2004 J.F.Dockes */
|
4 |
|
4 |
/**
|
|
|
5 |
* A very minimal c++ized interface to iconv
|
|
|
6 |
*/
|
5 |
#include <string>
|
7 |
#include <string>
|
6 |
|
8 |
|
7 |
extern bool transcode(const std::string &in, std::string &out,
|
9 |
extern bool transcode(const std::string &in, std::string &out,
|
8 |
const std::string &icode,
|
10 |
const std::string &icode,
|
9 |
const std::string &ocode);
|
11 |
const std::string &ocode);
|