bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] Incorrect encoding in ATF files.


From: Kacper Gutowski
Subject: [Bug-apl] Incorrect encoding in ATF files.
Date: Sat, 18 Jan 2014 04:16:40 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

Hi,

GNU APL has some problems with encoding when writing ATF files.
In particular I found that diamond ⋄ is written out as byte b0
instead of d8.  When reading b0 is interpreted as ░.

Minimal example to reproduce:

      ⎕FX 'test' '⋄'
test
      )out test test 
      )in test

Avec::uni_to_token() : Char U+2591 (░) not found in ⎕AV! (called from 
Tokenizer.cc:80)
Offending token: 0x56020011 (VOID)
DOMAIN ERROR


immediate_execution() caught APL error 0x50004 (DOMAIN ERROR)


-k



reply via email to

[Prev in Thread] Current Thread [Next in Thread]