Focal Point
how to configure Developer Studio to accept Language encoding in report [RESOLVED]

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/550109373

February 18, 2010, 06:34 AM
Qalqili
how to configure Developer Studio to accept Language encoding in report [RESOLVED]
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.Qalqili

This message has been edited. Last edited by: Qalqili,


WF 7.7.0.3HF3 / WinXP- WF-Client & Apache / DevStd 7.7.0.3HF3 win XP.
February 18, 2010, 10:21 AM
Francis Mariani
The language settings are not set via Developer Studio, the "Code Page" is set on the WebFOCUS Server Console and the WebFOCUS Administration Console.

http://your-web-server:8121/webconsole > Workspace > Configuration > NLS > Config...

http://your-web-server:8080/ib.../webfocusconsole.jsp > Configuration > NLS Settings

Good documentation here: National Language Support for International Computing


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
February 18, 2010, 12:01 PM
WF_IL
Hi

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.

Yours

Eran


Yours,
Eran
SRL Products

http://www.srl.co.il

February 20, 2010, 12:51 AM
Qalqili
Francis Mariani / Eran

Thanks Very much. you are the Heroes.



Regards
A.Qalqili


WF 7.7.0.3HF3 / WinXP- WF-Client & Apache / DevStd 7.7.0.3HF3 win XP.