CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
latin1_encoding.h
1
2#pragma once
3
4#include <system/text/icu_encoding.h>
5#include <fwd.h>
6
7namespace System { namespace Text {
8
13class ASPOSECPP_SHARED_CLASS Latin1Encoding : public ICUEncoding
14{
15public:
17 static constexpr int LATIN1_CODE_PAGE = 28591;
18
20 ASPOSECPP_SHARED_API Latin1Encoding();
21
22protected:
24 ASPOSECPP_SHARED_API ~Latin1Encoding() override;
25};
26
27}} // namespace System::Text
ICU-based encoding implementation. FOR INTERNAL USE. Objects of this class should only be allocated u...
Definition: icu_encoding.h:17
Latin1 encoding support. Objects of this class should only be allocated using System::MakeObject() fu...
Definition: latin1_encoding.h:14
~Latin1Encoding() override
Destructor.
@ Text
Defines color adjustment information for text.
Definition: db_command.h:9