// Iconv ISO-8859-1 To UTF-8 // // Douglas Thrift // // $Id$ #ifndef _Iso88591ToUtf8_hpp_ #define _Iso88591ToUtf8_hpp_ #include #ifdef MENES_PRAGMA_ONCE #pragma once #endif namespace Iconv { cse::String Iso88591ToUtf8(const ext::Buffer &iso88591); } #endif//_Iso88591ToUtf8_hpp_