Focal Point
[SOLVED] Copyright Symbol on 7.7.02

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

August 02, 2011, 01:01 PM
Syed
[SOLVED] Copyright Symbol on 7.7.02
Hi all
We are in the process of upgrading from WebFOCUS 7.1.7 to 7.7.02.
One of the issues that we are facing is related to the display of Copyright symbol on the reports. We had used the following code to display © (the Copyright symbol) on version 7.1.7:

TABLE FILE CAR
PRINT
COMPUTE
FOOT1/A20 = CTRAN(1,' ',32,184,FOOT1);
BY CAR
END

However, when the same code is used on ver. 7.7.02, it returns the Question Mark (?) symbol instead of the expected copyright symbol.
Please let me know if anyone has encountered this issue before and/or if I am missing anything here.

Thanks for your help in advance…

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


Using WF 7.1.7/Dev Studio
August 02, 2011, 01:21 PM
N.Selph
Are your NLS settings the same?


(Prod: WebFOCUS 7.7.03: Win 2008 & AIX hub/Servlet Mode; sub: AS/400 JDE; mostly Self Serve; DBs: Oracle, JDE, SQLServer; various output formats)
August 02, 2011, 02:14 PM
Syed
The NLS settings seem to be the same. I checked in one of our 7.1.7 environments and the Language and Currency settings tie back, unless there is anything else that you want me to verify...

Thanks


Using WF 7.1.7/Dev Studio
August 02, 2011, 04:19 PM
Syed
This was resolved by using &|copy; instead of CTRAN function. Pointer - Tony's Post

TABLE FILE CAR
PRINT
COMPUTE
FOOT1/A20 = '&|copy;';
BY CAR
ON TABLE SUBFOOT
""
"END


Using WF 7.1.7/Dev Studio
August 02, 2011, 04:32 PM
dburton
quote:
Originally posted by Syed:
This was resolved by using &|copy; instead of CTRAN function. Pointer - Tony's Post

TABLE FILE CAR
PRINT
COMPUTE
FOOT1/A20 = '&|copy;';
BY CAR
ON TABLE SUBFOOT
""
"END


Syed,

Try using 169 instead of 184 for the Copyright symbol. That should work. Atleast it did for me.

Dave.


WebFOCUS 7.7.03
Windows Web Server 2008
MS SQL Server 2000
Excel,CSV,PDF,HTML
August 02, 2011, 06:16 PM
Waz
I think this is probably a code page issue.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

August 03, 2011, 01:10 PM
N.Selph
The NLS code page settings are set 3 places:
1. Reporting Server on Configuration ->Miscellaneous - > NLS
2. WebFocus Client (Administration) Console: Configuration -> NLS Settings
3. Report Caster Configuration: General Tab -> DServer Codepage

You want to use the same code page (ie 137 or whatever you use) in each place.

You can test from Reporting Server Console to see if you get the character back correctly there, if so you have the right codepage in 1.

To see it in the browser, Excel and PDF etc, you need it additionally set right in 2.

To see it in Report Caster you need it additionally set correctly in 3.


(Prod: WebFOCUS 7.7.03: Win 2008 & AIX hub/Servlet Mode; sub: AS/400 JDE; mostly Self Serve; DBs: Oracle, JDE, SQLServer; various output formats)
August 08, 2011, 12:02 PM
Syed
All right.. I have been struggling to log in to Focal Point after I changed my email address preferences.. as it turned out to be, the confirmation email was being sent to my 'SPAM' folder Frowner

Anyway, N. Selph, I did give your points a try - #1 works from Server Console. So I went on to #2 and made the NLS settings on Client console the same as the one in Reporting Server Console (#1). That still did not resolve the issue... I am getting '?' instead of the Copyright symbol when I run it from Dev Studio.

@dburton - 169 gives the same result.. no good Frowner

For now, we have communicated to our business that we will be using '(c)' instead of the Copyright symbol on the reports. I may open a case with IBI to get it fixed, but for now I will have to focus on upgrade activities in the project Sweating

All - thanks for your inputs !


Using WF 7.1.7/Dev Studio
August 08, 2011, 02:14 PM
PatSouers
This is a change in behavior in 7702 and I have already opened a case. Are you using code page 437 or 137 ?


WebFOCUS 7.7.0.2, 8.0.0.2M ,win XP, win 2008 servers
August 08, 2011, 02:26 PM
Syed
I am using 137.

Thanks


Using WF 7.1.7/Dev Studio
August 08, 2011, 05:43 PM
Waz
Syed, even though Pat has opened a case, you should open one anyway, as it will be RDUPed, and will give weight to the case.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!