ScroogeXHTML for Object Pascal 9.0
Loading...
Searching...
No Matches
IUnicodeConverter Interface Reference

Interface for Unicode converter. More...

Inheritance diagram for IUnicodeConverter:
TUnicodeConverter

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.
 

Detailed Description

Interface for Unicode converter.

Member Function Documentation

◆ CharToUnicode()

string IUnicodeConverter::CharToUnicode ( const AnsiChar C)

Convert a character to a WideChar character.

Implemented in TUnicodeConverter.

◆ GetCharSet()

TCharSet IUnicodeConverter::GetCharSet ( )

Get the CharSet value.

◆ GetDBCS()

Boolean IUnicodeConverter::GetDBCS ( )

Get the DBCS value.

◆ SetCharSet()

IUnicodeConverter::SetCharSet ( const TCharSet Value)

Set the CharSet value.

◆ SetDBCS()

IUnicodeConverter::SetDBCS ( const Boolean Value)

Set the DBCS value.

Member Data Documentation

◆ CharSet

TCharSet IUnicodeConverter::CharSet

The Charset property contains the current text node's character set.

See also
GetCharSet For reading
SetCharSet For writing

◆ DBCS

Boolean IUnicodeConverter::DBCS

The DBCS property indicates a double byte character set.

See also
GetDBCS For reading
SetDBCS For writing