Is charout() relevant in a Unicode context? AFAIK, you need to transform 
Unicode data with, e.g., UTF-8, For charout() to handle it.


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3

________________________________________
From: IBM Mainframe Discussion List [[email protected]] on behalf of 
Paul Gilmartin [[email protected]]
Sent: Monday, May 8, 2023 12:11 PM
To: [email protected]
Subject: Re: Logical Nor (¬) in ASCII-based code pages?

On Mon, 8 May 2023 15:11:40 +0000, Seymour J Metz  wrote:

>It's an integer. AC, 0AC, 00AC 000AC, ... 000000AC are all the same integer. 
>The U+ is just and indication that the context is Unicode code points; if you 
>already know the context then it's redundant.
>
>I can see a consistency argument against abbreviating, but there is no 
>ambiguity.
>
Maybe:
    798 $ rxx "call charout , '00AC'x " | od -tx2
    0000000      ac00
    0000002
    799 $

--
gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to