Класс System::Text::UTF32Encoding
Содержание
[
Скрывать
]UTF32Encoding class
UTF-32 encoding. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.
class UTF32Encoding : public System::Text::ICUEncoding
Методы
| Метод | Описание |
|---|---|
| Clone() override | Клонирует объект кодировки. |
| Equals(SharedPtr<Object>) override | Сравнивает с объектом. |
| GetHashCode() const override | Получает хеш‑код кодировки. |
| GetPreamble() override | Получить преамбулу кодовой страницы. |
| operator==(const UTF32Encoding&) const | Сравнивает параметры кодировок. |
| UTF32Encoding() | Конструктор. |
| UTF32Encoding(bool, bool) | Конструктор. |
| UTF32Encoding(bool, bool, bool) | Конструктор. |
Поля
| Поле | Описание |
|---|---|
| static constexpr BIG_UTF32_CODE_PAGE | Магическое число, используемое Windows для идентификатора кодовой страницы UTF-32 с большим порядком байтов. |
| static constexpr DEFAULT_CODE_PAGE | Значение кодовой страницы по умолчанию. |
| static constexpr UTF32_CODE_PAGE | Магическое число, используемое Windows для идентификатора кодовой страницы UTF-32 с маленьким порядком байтов. |
См. также
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.Font for C++