TWPSymbolDlg usage

  • Some of our customer are requesting the ability to insert characters into their document that is created within WPTools, similiar to how they can in MS Word. To that end, I had added the TWPSymbolDlg control to our application.

    Unfortunately, the character set available does not include the desired characters. The grid in your dialog only appears to display characters from the Basic Latin and Latin-1 character sets. I need to use characters from the Latin Extended-A character set.

    I am using WPTools 5.47.5 and Delphi 2005.

    It appears that the TWPSymbolDlg control always uses the DEFAULT_CHARSET. I have not found a constant defined for the Latin Extended-A set.

    Is the issue caused by a lack of support for UNICODE? Or can I access these additonal characters in some way?