![]() |
ScroogeXHTML for Object Pascal 9.3
|
Interface for Unicode conversion operations. More...
Public Member Functions | |
string | CharToUnicode (const AnsiChar C) |
Converts a single character to its Unicode representation. | |
TCharSet | GetCharSet () |
Retrieves the current character set. | |
Boolean | GetDBCS () |
Checks if the character set is a double-byte character set (DBCS). | |
SetCharSet (const TCharSet Value) | |
Sets the character set. | |
SetDBCS (const Boolean Value) | |
Sets whether the character set is a double-byte character set (DBCS). |
Public Attributes | |
TCharSet | CharSet |
The current character set of the text node. | |
Boolean | DBCS |
Indicates whether the character set is a double-byte character set. |
Interface for Unicode conversion operations.
This interface provides methods and properties for handling Unicode character conversion, including character set management and double-byte character set (DBCS) support.
string IUnicodeConverter::CharToUnicode | ( | const AnsiChar | C | ) |
Converts a single character to its Unicode representation.
C | The AnsiChar to convert. |
Implemented in TUnicodeConverter.
TCharSet IUnicodeConverter::GetCharSet | ( | ) |
Retrieves the current character set.
Boolean IUnicodeConverter::GetDBCS | ( | ) |
Checks if the character set is a double-byte character set (DBCS).
IUnicodeConverter::SetCharSet | ( | const TCharSet | Value | ) |
Sets the character set.
Value | The TCharSet value to set. |
IUnicodeConverter::SetDBCS | ( | const Boolean | Value | ) |
Sets whether the character set is a double-byte character set (DBCS).
Value | Boolean indicating if the character set is DBCS. |
TCharSet IUnicodeConverter::CharSet |
The current character set of the text node.