Author Topic: AFP Document showing Dollar sign instead of Pound sign  (Read 4151 times)

Michel de Kraker

  • Full Member
  • ***
  • Posts: 164
    • View Profile
    • SYSBLOX , AIX consultancy
AFP Document showing Dollar sign instead of Pound sign
« on: March 09, 2016, 01: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.

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2231
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: AFP Document showing Dollar sign instead of Pound sign
« Reply #1 on: March 10, 2016, 08:44:05 AM »
Maybe a localization issue on your PC?  What are your region / keyboard settings on the PC that's behaving this way?
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

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

Michel de Kraker

  • Full Member
  • ***
  • Posts: 164
    • View Profile
    • SYSBLOX , AIX consultancy
Re: AFP Document showing Dollar sign instead of Pound sign
« Reply #2 on: March 11, 2016, 02: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.

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2231
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: AFP Document showing Dollar sign instead of Pound sign
« Reply #3 on: March 11, 2016, 08:10:42 AM »
In another thread, Alessandro mentioned that ACIF doesn't do UTF-8 / Unicode.  Maybe that's where the switch is happening.
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

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

Michel de Kraker

  • Full Member
  • ***
  • Posts: 164
    • View Profile
    • SYSBLOX , AIX consultancy
Re: AFP Document showing Dollar sign instead of Pound sign
« Reply #4 on: March 18, 2016, 06:29:51 AM »
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

  • Sr. Member
  • ****
  • Posts: 374
    • View Profile
Re: AFP Document showing Dollar sign instead of Pound sign
« Reply #5 on: March 20, 2016, 11:26:57 PM »
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

  • Full Member
  • ***
  • Posts: 164
    • View Profile
    • SYSBLOX , AIX consultancy
Re: AFP Document showing Dollar sign instead of Pound sign
« Reply #6 on: March 21, 2016, 01: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.