[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-apl] Incorrect encoding in ATF files.
From: |
Kacper Gutowski |
Subject: |
Re: [Bug-apl] Incorrect encoding in ATF files. |
Date: |
Mon, 20 Jan 2014 03:50:27 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Actually, some characters can be lost even in simple character array,
not only inside functions, when they aren't recognized as not suitable
for being transported literally. Aforementioned zilde for example:
x←'⍬' ⍝ written as quoted string to ATF file
)out x x
)in x
x
░
x←'ä⍬' ⍝ written to ATF as ⎕UCS 228 9068
)out x x
)in x
x
ä⍬
-k
Re: [Bug-apl] Incorrect encoding in ATF files., Kacper Gutowski, 2014/01/24