OnDemand Users Group

Support Forums => Windows Client => Topic started by: Michel de Kraker on March 09, 2016, 08:33:12 PM

Title: AFP Document showing Dollar sign instead of Pound sign
Post by: Michel de Kraker on March 09, 2016, 08:33:12 PM
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.
Title: Re: AFP Document showing Dollar sign instead of Pound sign
Post by: Justin Derrick on March 10, 2016, 03:44:05 PM
Maybe a localization issue on your PC?  What are your region / keyboard settings on the PC that's behaving this way?
Title: Re: AFP Document showing Dollar sign instead of Pound sign
Post by: Michel de Kraker on March 11, 2016, 09:42:00 AM
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.
Title: Re: AFP Document showing Dollar sign instead of Pound sign
Post by: Justin Derrick on March 11, 2016, 03:10:42 PM
In another thread, Alessandro mentioned that ACIF doesn't do UTF-8 / Unicode.  Maybe that's where the switch is happening.
Title: Re: AFP Document showing Dollar sign instead of Pound sign
Post by: Michel de Kraker on March 18, 2016, 01:29:51 PM
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.
Title: Re: AFP Document showing Dollar sign instead of Pound sign
Post by: pankaj.puranik on March 21, 2016, 06:26:57 AM
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.
Title: Re: AFP Document showing Dollar sign instead of Pound sign
Post by: Michel de Kraker on March 21, 2016, 08:57:19 PM
Hi Pankaj

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

Kind regards,

Michel.