NCBI C++ ToolKit
|
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CStringUTF8_DEPRECATED |
class | CStringUTF8_DEPRECATED::CNotImplemented< Type > |
Macros | |
#define | STRINGUTF8_DEFINITION 1 |
#define | STRINGUTF8_OBSOLETE_STATIC 0 |
#define | __EXPORT_CTOR_STRINGUTF8__ 1 |
CStringUTF8 –. More... | |
#define | NCBI_STRINGUTF8_EXPORT NCBI_XNCBI_EXPORT |
#define __EXPORT_CTOR_STRINGUTF8__ 1 |
CStringUTF8 –.
An UTF-8 string. Stores character data in UTF-8 encoding form. Being initialized, converts source characters into UTF-8. Can convert data back into a particular encoding form (non-UTF8) Supported encodings: ISO 8859-1 (Latin1) Microsoft Windows code page 1252 UCS-2, UCS-4 (no surrogates)
Definition at line 55 of file stringutf8_deprecated.hpp.
#define NCBI_STRINGUTF8_EXPORT NCBI_XNCBI_EXPORT |
Definition at line 62 of file stringutf8_deprecated.hpp.
#define STRINGUTF8_DEFINITION 1 |
Definition at line 34 of file stringutf8_deprecated.hpp.
#define STRINGUTF8_OBSOLETE_STATIC 0 |
Definition at line 35 of file stringutf8_deprecated.hpp.