Hi,
 
The following two line script gives an error on z/OS : "Unknown encoding 'iso-2022-jp' at line ..".
-----------------
use Encode;
use encoding 'iso-2022-jp';
------------
 
How do we confirm if iso-2022-jp is supported on z/OS or not ? Or if it is supported and not working as expected for some reason ?
 
Any pointers to the source where this encoding is defined ? The pointers might help understand why it is not defined on an EBCDIC platform.
 
I printed Encode->encodings() on linux as well as z/OS and they are identical (and both donot contain iso-2022-jp).
Is this in anyway related to the above problem ?
 
 
Thanks,
Rajarshi.


Yahoo! Shopping
Find Great Deals on Holiday Gifts at Yahoo! Shopping

Reply via email to