+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: AS/400 Character list

  1. #1
    Guest.Visitor Guest

    Default AS/400 Character list

    Can anyone point me in the direction of where I could find all of the characters that the AS/400 supports? Just a list or something like that. Thanks, Aaron Bartell

  2. #2
    Guest.Visitor Guest

    Default AS/400 Character list

    Judging from the responses on this board, it's more like how many characters support the AS/400. -bret

  3. #3

    Default AS/400 Character list

    Bret wrote: "Judging from the responses on this board, it's more like how many characters support the AS/400. " How many characters does the AS/400 support? Why did I think of you when he asked that question, Bret? and myself.... but I was trying to be good... Ralph

  4. #4
    Guest.Visitor Guest

    Default AS/400 Character list

    Are you talking english only? Or all languages?

  5. #5
    Guest.Visitor Guest

    Default AS/400 Character list

    Just english characters.

  6. #6
    Guest.Visitor Guest

    Default AS/400 Character list

    It depends on a lot of things, like whether you're viewing them on a greenscreen or printing them to an ASCII printer or EBCDIC printer. Basically, everything above 0x40 (space) is a "printable" character, though 0x41 and another one appear blank. Here's a list I cut and pasted from my screen to here (with who knows what translations): âäàáãåçñ¢.<(+|&éêëèíîïìß!$*);¬ -/ÂÄÀÁÃÅÇѦ,%_>?øÉÊËÈÍÎÏÌ`: #@'="Øabcdefghi«»ðýþ±°jklmnopqrªºæ¸Æ¤µ~stuvwxyz¡¿ÐÝÞ®^£ ¥·©§¶¼½¾¯¨´× {ABCDEFGHI*ôöòóõ}JKLMNOPQR¹ûüùúÿ÷STUVWXYZ²ÔÖÒÓÕ012 3456789³ÛÜÙÚ Here's a chart, though you'll have to copy it into a monospace font. I can't find and don't remember how to post things here in a formatted manner. Something to do with brackets.... 0123456789ABCDEF 2nd hex nibble 4 *âäàáãåçñ¢.<(+| 5 &éêëèíîïìß!$*);¬ 6 -/ÂÄÀÁÃÅÇѦ,%_>? 7 øÉÊËÈÍÎÏÌ`:#@'=" 1st hex nibble 8 Øabcdefghi«»ðýþ± 9 °jklmnopqrªºæ¸Æ¤ A µ~stuvwxyz¡¿ÐÝÞ® B ^£¥·©§¶¼½¾¯¨´× C {ABCDEFGHI*ôöòóõ D }JKLMNOPQR¹ûüùúÿ E ÷STUVWXYZ²ÔÖÒÓÕ F 0123456789³ÛÜÙÚ For example, the Yen symbol ¥ is 0xB2. I've left out 0x00 thru 0x3F because they're unprintable control codes.

  7. #7
    Guest.Visitor Guest

    Default AS/400 Character list

    As far as I know, everything in the *ISO code pages plus Double-Byte characters including many pictographic sets. bobh

  8. #8
    Guest.Visitor Guest

    Default AS/400 Character list

    The International Application Development manual has an appendix which shows many of the single bytes code pages supported by OS/400. As another reply indicates you are interested in the English (Latin 1) characters you should just take a look at Code Page/CCSID 37.

  9. #9
    Guest.Visitor Guest

    Default AS/400 Character list

    How do I display a CCSID? Since I am not at work I can't try DSPCCSID like I was going to;-) Aaron Bartell

  10. #10
    Guest.Visitor Guest

    Default AS/400 Character list

    If you're on the web, go to publib.boulder.ibm.com/html/as400/online.htm and you can get to the various online AS/400 pubs. From the above site select the language you want to work in; select V4R5; search all; search on International; select the International Application Development manual; page down to appendix F: Code Pages and then select Code Page 00037. This will show you the characters found in Code Page/CCSID 37. Indirectly this will also show you how to find the other publications available to you.

+ Reply to Thread
Page 1 of 2 1 2 LastLast

Similar Threads

  1. Can i compare fields character by character??
    By David Abramowitz in forum RPG
    Replies: 3
    Last Post: 06-11-2004, 06:31 AM
  2. Replies: 8
    Last Post: 11-29-2003, 01:44 PM
  3. Replies: 3
    Last Post: 05-14-2003, 10:56 AM
  4. CHECK CHARACTER FIELD ON PRESENCE OF CHARACTER
    By Guest.Visitor in forum SQL
    Replies: 4
    Last Post: 03-26-2002, 04:27 AM
  5. Replies: 1
    Last Post: 05-09-2001, 05:54 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts