bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] 'SYNTAX ERROR+ Tokenizer: No token for Unicode U+00A0 ( )'


From: Dr . Jürgen Sauermann
Subject: Re: [Bug-apl] 'SYNTAX ERROR+ Tokenizer: No token for Unicode U+00A0 ( )'
Date: Fri, 27 Sep 2019 21:22:50 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

Hi Rowan,

my best guess is that your terminal setting is incorrect.
0xA0 is the unicode for non-braking space which has no APL significance
and might come from a regular space (0x20) with the upper bit set.

Best Regards,
Jürgen


On 9/27/19 9:11 PM, Rowan Cannaday wrote:
Greetings y'all,

I wanted to ask a far more interesting question, but unfortunately I'm having APL keyboard issues.

I frequently get the following error when using gnu-apl on OSX. I have never had this problem on linux, using the APL x11 kbd.

> SYNTAX ERROR+ Tokenizer: No token for Unicode U+00A0 ( )

I regularly get 'DEFN ERROR+', for normal function definitions.
I regularly get 'SYNTAX ERROR++' for normal variable assignments.

All these issues are fixed when I enter the same code from linux/x11.

I am using the dyalog keyboard file from here:
https://www.dyalog.com/apl-font-keyboard.htm

I suspect it has more to do with the keyboard file and how it chooses to do unicode input, than the gnu-apl interpreter.

Does anybody have a link to an OSX compatible APL keyboard they use? Or ran into the same issue that they fixed somehow?

- Rowan


reply via email to

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