On 2016-10-12 15:20, R.S. wrote:
> 
> Well, I always use non-US codepage on my 3270 emulator. Reason: I'm Pole, 
> speak Polish, sometimes write Polish naational characters. ;-) Usually I use 
> CP 870, but there is also similar codepage with EURO sign. For C programming 
> I've used to use CP 1047 [brackets].
> However we don't set anything in USS. It's not needed for text (with polish 
> characters) writing or reading.
> 
> BTW: Polish codepage is a little bit tricky even on MVS side, REXX 
> concatenation sign, usually called pipe: ||
> In Polish 3270 I see exclamation, so I have to code !!
> Note, the exclamation mark is not part of Polich characer set, it's just 
> punctuation mark, like in other languages (maybe with exception for Spain)
> 
Does this look right?  (I hope LISTSERV allows Unicode):
******************************************************* Top of Data 
******************
-CAUTION- Data contains invalid (non-display) characters. Use command
          ===> FIND P'.' to position cursor to these
    Host: IBM-1047  output: from_IBM-870
          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                   !   ^   ?   "   ş   ¤   Ş   ×   ő   ě   Ő
****************************************************** Bottom of Data 
****************
                             
┌──────────────────────────────────────────────────────┐
                             │ CHARS '.' - not found on any  lines (cols 1 to 
255). │
                             
└──────────────────────────────────────────────────────┘
The "invalid ... characters" message is spurious.  It was fixed by PTF for CP 
1047.
It appears it must be fixed individually for CP 870 and all additional code 
pages.

This was a UTF-8 UNIX file, tagged UTF-8 and containing the Unicode values of
the Polish alphabet.  The behavior is less likely to occur with a Classic data 
set.

What's x'CA'?

-- 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