![]() |
ScroogeXHTML for Object Pascal 9.0
|
Interface for Unicode converter. More...
Public Member Functions | |
string | CharToUnicode (const AnsiChar C) |
Convert a character to a WideChar character. | |
TCharSet | GetCharSet () |
Get the CharSet value. | |
Boolean | GetDBCS () |
Get the DBCS value. | |
SetCharSet (const TCharSet Value) | |
Set the CharSet value. | |
SetDBCS (const Boolean Value) | |
Set the DBCS value. | |
Public Attributes | |
TCharSet | CharSet |
The Charset property contains the current text node's character set. | |
Boolean | DBCS |
The DBCS property indicates a double byte character set. | |
Interface for Unicode converter.
string IUnicodeConverter::CharToUnicode | ( | const AnsiChar | C | ) |
Convert a character to a WideChar character.
Implemented in TUnicodeConverter.
TCharSet IUnicodeConverter::GetCharSet | ( | ) |
Get the CharSet value.
Boolean IUnicodeConverter::GetDBCS | ( | ) |
Get the DBCS value.
IUnicodeConverter::SetCharSet | ( | const TCharSet | Value | ) |
Set the CharSet value.
IUnicodeConverter::SetDBCS | ( | const Boolean | Value | ) |
Set the DBCS value.
TCharSet IUnicodeConverter::CharSet |
The Charset property contains the current text node's character set.