ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Printing the EURO currency symbol on lan printer.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Printing the EURO currency symbol on lan printer.

    Hello iSeriesers,

    I'm trying to print the Euro currency symbol but I get a different sign.

    Scenario is:

    Either using pc keyboard sequence (Alt+E) or using the iSeries hex function (Hex mode + 9F), I'm writing the Euro symbol ("â?¬") hardcoded in a pgm string to be printed.
    When I browse the spool I can see it correct but when the spool is printed another symbol appears ("¤").

    I had a look at table QASCII on iSeries and it seems that hex 9F is converted to hex D0 while hex E1 is converted to 9F. So I tried to key in hex E1 but the result was another useless symbol.

    Anybody has got any idea on how to solve this ASCII/EBCDIC problem?

    Thanks.

  • #2
    Re: Printing the EURO currency symbol on lan printer.

    I think you've to work with "Workstation Customization Programming".
    IMB - Workstation Customization Programming
    About Workstation Customization Programming (SC41-5605)
    The workstation customizing functions
    allow you to map both supported and unsupported twinaxial keyboards, ASCII
    display and keyboards, and ASCII printers for use with the AS/400 system.

    Bye Nicolas.

    Comment

    Working...
    X