GG
|
Contains the UnicodeCharsets class, and functions related to the character sets defined in the Unicode standard. More...
#include <GG/Base.h>
#include <boost/cstdint.hpp>
#include <set>
Go to the source code of this file.
Classes | |
struct | GG::UnicodeCharset |
Represents the name and character range of a set of Unicode characters. More... | |
Namespaces | |
namespace | GG |
Functions | |
GG_API bool | GG::operator== (const GG::UnicodeCharset &lhs, const GG::UnicodeCharset &rhs) |
GG_API bool | GG::operator< (const GG::UnicodeCharset &lhs, const GG::UnicodeCharset &rhs) |
GG_API const std::vector < UnicodeCharset > & | GG::AllUnicodeCharsets () |
GG_API std::set< UnicodeCharset > | GG::UnicodeCharsetsToRender (const std::string &str) |
GG_API const UnicodeCharset * | GG::CharsetContaining (boost::uint32_t c) |
GG_API const UnicodeCharset * | GG::CharsetWithName (const std::string &name) |
Contains the UnicodeCharsets class, and functions related to the character sets defined in the Unicode standard.
Definition in file UnicodeCharsets.h.