On Sat, 25 Apr 2020 18:10:25 +1000, Wayne Bickerdike wrote:
>Paul asked:
>
> *What code page was your attachment?*
>
>It's US Code page 37.
>
Is that an EBCDIC code page? The attachment looks more
like ASCII, or UTF-8.
Blame the editor. TextEdit fails to show the "¬"; BBEdit fails to show the
"¬";
vi gets it right. Go figger. MIME header in the message shows UTF-8,
but doesn't appear in the attachment.
835 $ locale
...
LC_CTYPE="en_US.UTF-8"
>On Sat, Apr 25, 2020 at 4:30 PM Paul Gilmartin wrote:
>
>> On Sat, 25 Apr 2020 03:15:12 +0100, CM Poncelet wrote:
>>
>> >"¬" (NOT)
>> >
>> I inferred as much. What code page was your attachment?
>>
>> >> On Fri, 24 Apr 2020 07:01:52 +0100, CM Poncelet wrote:
>> >>> ...
>> >>> CHECK_DATE:
>> >>> /* CHECK THAT DATE IS NUMERIC AND IN THE CORRECT FORMAT */
>> >>> IF DATATYPE(Q,N) �= 1 ,
>> >>> | DATATYPE(SUBSTR(Q,1,4),W) �= 1 ,
>> >>> | DATATYPE(SUBSTR(Q,6,4),W) �= 1 ,
>> >>> | LENGTH(Q) �= 9 ,
>> >>> | SUBSTR(Q,5,1) �= '.' THEN ,
>> >>> ...
>> >> What charset/CCSID is that supposed to be?
-- gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN