As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
You may have an issue with your code page. Does the symbol used in the footing is valid (such as Unicode 00A9) in the assigned code page (137, 1252, 65001-UTF8, ...) from your WF installation (Client & Server) ?
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013
DEFINE FILE CAR
COPY/A50 = 'Copyright'|HEXBYT(169,'A1')|'2015 -XXXX,Inc.';
END
TABLE FILE CAR
PRINT
CAR
FOOTING
"<COPY"
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLE *
ENDSTYLE
END
-RUN
I'm not able to tell you which regional setting/code page you should use since I don't know your location and environment settings. But at least here where to look that Client & Server does match.
You may also have to check: Workspace / Locale / Locale (Language, Numbers, Currency, Dates)
You need to make sure that in both side you use the same code page. Also, that the Copyright symbol that you have copies/pasted into your fex is "coming" from the same/similar code page. Meaning that its Unicode (or ASCII code) render the same thing.
Then as another option, you can try pav option where the hexa value of the Copyright symbol is used to be displayed. This is a good way to figure that the code page that you use do support the Copyright symbol that you think you are using.
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013