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.
hi all , i install WF-developer studio and i generate a report in forigen language. but when i modify the titles of each field it presented like ??????? can you please to advise me from where i can change the encoding setting in WF- developer studio to accept the forign language.
WF-DV 7610
I appreciate your help.
Regards A.QalqiliThis message has been edited. Last edited by: Qalqili,
If you are using Dev Studio stand alone or you have the same issue with running reports via URL or MRE (After you have already configured both WF server and WF client to your code page): check the following
1. The WF server or workstation with Dev studio: Regional settings Locale and all defaults should be set the the relevant language.
2. This example applies to Hebrew , just change the appropriate code page: 2.1 in Apache tomcat, stop the service and in its configuration, under the java tab specify your code page: -Dfile.encoding=Cp1255
2.2 in your webfocus76\webapps\web-inf\web.xml
check that the default character set is correct and not the default ISO-8859-1
for example (for Hebrew)
ISO-8859-8
The above mentioned steps also resolve issue with getting webfocus html reports produced in the correct default encoding.