27#ifndef _CEGUIIconvStringTranscoder_h_
28#define _CEGUIIconvStringTranscoder_h_
30#include "CEGUI/StringTranscoder.h"
45 String stringFromStdWString(
const std::wstring&
input)
const;
Implementation of StringTranscoder that uses iconv.
Definition IconvStringTranscoder.h:37
void deleteUTF16Buffer(uint16 *input) const
deletes a buffer returned from the stringToUTF16 function.
std::wstring stringToStdWString(const String &input) const
Transcode the given string to a std::wstring object.
uint16 * stringToUTF16(const String &input) const
Transcode the given string to a UTF-16 encoded buffer.
Interface for a string transcoding utility. Instances of classes that implement this interface can be...
Definition StringTranscoder.h:43
String class used within the GUI system.
Definition String.h:64
base class for properties able to do native set/get
Definition TypedProperty.h:50
Main namespace for Crazy Eddie's GUI Library.
Definition arch_overview.dox:1