displaying big black circle (u9679)

  • My user has decided to create an rtf doc in word and open it in wptools, and has included a "big black circle" in it. The character displays and prints as a "?"

    I'm guessing I need to upgrade my D7/wptools 4 stuff to something that supports unicode. In the meantime, is there any work around for this? Perhaps I can get another character into the document?

    Jeremy

    • Offizieller Beitrag

    Hi,

    that code could only be converted into a symbol to be displayed in wptools 4.

    This should happen in WPReader.pas near

    ipropReadUnicodeChar:
    if (rds = rdsLevelText) and (ReadingNumberStyleRec.LevelTextLen < 99) then
    ...


    But maybe switching to MemoryMode= fmRichTextUnicode will already help.

    JUlian

  • Julian, setting memoryFormat to fmRichTextUnicode allows the character to display. However, when I printed the merged document to a pdf, the text does not print. I remove the memoryFormat assignment, and now it works again.

    Jeremy