Revision: | 779 |
Committed: | 2006-05-28T22:28:14-07:00 (19 years ago) by douglas |
File size: | 305 byte(s) |
Log Message: | This should fix that for nowish... |
# | Content |
---|---|
1 | // Iconv ISO-8859-1 To UTF-8 |
2 | // |
3 | // Douglas Thrift |
4 | // |
5 | // $Id$ |
6 | |
7 | #ifndef _Iso88591ToUtf8_hpp_ |
8 | #define _Iso88591ToUtf8_hpp_ |
9 | |
10 | #include <cxx/platform.hpp> |
11 | |
12 | #ifdef MENES_PRAGMA_ONCE |
13 | #pragma once |
14 | #endif |
15 | |
16 | namespace Iconv |
17 | { |
18 | |
19 | cse::String Iso88591ToUtf8(const ext::Buffer &iso88591); |
20 | |
21 | } |
22 | |
23 | #endif//_Iso88591ToUtf8_hpp_ |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id |