AFP Document showing Dollar sign instead of Pound sign

Previous topic - Next topic

Michel de Kraker

Hi All,

We are , amongst other formats (e.g. PDF) , archiving AFP documents to OnDemand. The AFP document before it is sent to ondemand contains a (currency) pounds sign. But when we retrieve the document from within the ondemand client , the document on the screen shows a dollar sign.

We use Ondemand Client 9.5.0.4. I also tried version 8.5.0.6 , same issue.

Any thoughts?

Kind regards,

Michel.

Justin Derrick

Maybe a localization issue on your PC?  What are your region / keyboard settings on the PC that's behaving this way?
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Webinars:  https://CMOD.Training/
IBM CMOD Professional Services: https://CMOD.cloud

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

Michel de Kraker

Hi JBNC,

Thx for your reaction, but unfortunately that did not do the trick.

My guess is that the arsload did the pound to dollar change.

i raised a ticket at IBM.

Kind regards,

Michel.

Justin Derrick

In another thread, Alessandro mentioned that ACIF doesn't do UTF-8 / Unicode.  Maybe that's where the switch is happening.
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Webinars:  https://CMOD.Training/
IBM CMOD Professional Services: https://CMOD.cloud

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

Michel de Kraker

Solved it.

In our loadscript on AIX we convert from ISO-8859-1 to IBM-285
For this 1 document i change the code conversion from ISO-8859-1 to IBM-273

This was succesfull and displayed the pound sign.

pankaj.puranik

Hi Michel

Could you elaborate on which script you are talking about here that does the ISO-8859-1 to IBM-285 conversion?
Is this a shell script or a CMOD feature.
Just want to know for my knowledge.

Cheers
Pankaj.

Michel de Kraker

Hi Pankaj

It is in a script i am using. With the iconv AIX command i do the conversion.

Kind regards,

Michel.