Parent: [50501c] (diff)

Child: [3872f8] (diff)

Download this file

unacpp.h    11 lines (8 with data), 343 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#ifndef _UNACPP_H_INCLUDED_
#define _UNACPP_H_INCLUDED_
/* @(#$Id: unacpp.h,v 1.3 2006-01-06 13:18:17 dockes Exp $ (C) 2004 J.F.Dockes */
#include <string>
// A small stringified wrapper for unac.c
extern bool unacmaybefold(const std::string &in, std::string &out,
const char *encoding, bool dofold);
#endif /* _UNACPP_H_INCLUDED_ */