On Sun, 12 Jun 2016 13:32:27 -0400, Scott Ford <idfzos...@gmail.com> wrote:

>All,
>
>I need some assistance in troubleshooting a codepage issue .
>I have a server sending ascii data using codepage 850 to another server
>running codepage 437. Then the message is sent to z/OS ..The character in
>question is a '~' which is x'7E'..I looked at both character maps and since
>x'7E' is a ascii 126 will this character not be translated from server to
>server ? If so we use codepage 037 to convert ascii to ebcdic ...We are
>actually seeing the tilde on z/OS..
>
And these are the code pages mentioned by the OP.  (Largely a test to
see how well LISTSERV deals with UTF-8.)

@MVS3:506$ cat `ls -Art | tail -3` | iconv -f ISO8859-1 -t IBM-1047             
           
    Host: IBM-1047  output: from_IBM-850
          0  16  32  48  64  80  96 112 128 144 160 176 192 208 224 240
          0  10  20  30  40  50  60  70  80  90  a0  b0  c0  d0  e0  f0

   0  0               0   @   P   `   p           á   ░   └   ð   Ó   ­
   1  1           !   1   A   Q   a   q           í   ▒   ┴   Ð   ß   ±
   2  2           "   2   B   R   b   r           ó   ▓   ┬   Ê   Ô   ‗
   3  3           #   3   C   S   c   s           ú   │   ├   Ë   Ò   ¾
   4  4           $   4   D   T   d   t           ñ   ┤   ─   È   õ   ¶
   5  5           %   5   E   U   e   u           Ñ   Á   ┼   ı   Õ   §
   6  6           &   6   F   V   f   v           ª   Â   ã   Í   µ   ÷
   7  7           '   7   G   W   g   w           º   À   Ã   Î   þ   ¸
   8  8           (   8   H   X   h   x           ¿   ©   ╚   Ï   Þ   °
   9  9           )   9   I   Y   i   y           ®   ╣   ╔   ┘   Ú   ¨
  10  a           *   :   J   Z   j   z           ¬   ║   ╩   ┌   Û   ·
  11  b           +   ;   K   [   k   {           ½   ╗   ╦   █   Ù   ¹
  12  c           ,   <   L   \   l   |           ¼   ╝   ╠   ▄   ý   ³
  13  d           -   =   M   ]   m   }           ¡   ¢   ═   ¦   Ý   ²
  14  e           .   >   N   ^   n   ~           «   ¥   ╬   Ì   ¯   ■
  15  f           /   ?   O   _   o               »   ┐   ¤   ▀   ´    

    Host: IBM-1047  output: from_IBM-437
          0  16  32  48  64  80  96 112 128 144 160 176 192 208 224 240
          0  10  20  30  40  50  60  70  80  90  a0  b0  c0  d0  e0  f0

   0  0               0   @   P   `   p           á   ░   └   ╨   α   ≡
   1  1           !   1   A   Q   a   q           í   ▒   ┴   ╤   ß   ±
   2  2           "   2   B   R   b   r           ó   ▓   ┬   ╥   Γ   ≥
   3  3           #   3   C   S   c   s           ú   │   ├   ╙   π   ≤
   4  4           $   4   D   T   d   t           ñ   ┤   ─   ╘   Σ   ⌠
   5  5           %   5   E   U   e   u           Ñ   ╡   ┼   ╒   σ   ⌡
   6  6           &   6   F   V   f   v           ª   ╢   ╞   ╓   μ   ÷
   7  7           '   7   G   W   g   w           º   ╖   ╟   ╫   τ   ≈
   8  8           (   8   H   X   h   x           ¿   ╕   ╚   ╪   Φ   °
   9  9           )   9   I   Y   i   y           ⌐   ╣   ╔   ┘   Θ   ∙
  10  a           *   :   J   Z   j   z           ¬   ║   ╩   ┌   Ω   ·
  11  b           +   ;   K   [   k   {           ½   ╗   ╦   █   δ   √
  12  c           ,   <   L   \   l   |           ¼   ╝   ╠   ▄   ∞   ⁿ
  13  d           -   =   M   ]   m   }           ¡   ╜   ═   ▌   φ   ²
  14  e           .   >   N   ^   n   ~           «   ╛   ╬   ▐   ε   ■
  15  f           /   ?   O   _   o               »   ┐   ╧   ▀   ∩    

    Host: IBM-1047  output: from_IBM-037
          0  16  32  48  64  80  96 112 128 144 160 176 192 208 224 240
          0  10  20  30  40  50  60  70  80  90  a0  b0  c0  d0  e0  f0

   0  0                       &   -   ø   Ø   °   µ   ^   {   }   \   0
   1  1                       é   /   É   a   j   ~   £   A   J   ÷   1
   2  2                   â   ê   Â   Ê   b   k   s   ¥   B   K   S   2
   3  3                   ä   ë   Ä   Ë   c   l   t   ·   C   L   T   3
   4  4                   à   è   À   È   d   m   u   ©   D   M   U   4
   5  5                   á   í   Á   Í   e   n   v   §   E   N   V   5
   6  6                   ã   î   Ã   Î   f   o   w   ¶   F   O   W   6
   7  7                   å   ï   Å   Ï   g   p   x   ¼   G   P   X   7
   8  8                   ç   ì   Ç   Ì   h   q   y   ½   H   Q   Y   8
   9  9                   ñ   ß   Ñ   `   i   r   z   ¾   I   R   Z   9
  10  a                   ¢   !   ¦   :   «   ª   ¡   [   ­   ¹   ²   ³
  11  b                   .   $   ,   #   »   º   ¿   ]   ô   û   Ô   Û
  12  c                   <   *   %   @   ð   æ   Ð   ¯   ö   ü   Ö   Ü
  13  d                   (   )   _   '   ý   ¸   Ý   ¨   ò   ù   Ò   Ù
  14  e                   +   ;   >   =   þ   Æ   Þ   ´   ó   ú   Ó   Ú
  15  f                   |   ¬   ?   "   ±   ¤   ®   ×   õ   ÿ   Õ    

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to