octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #57103] Support Unicode mathematical symbols a


From: Anton Kochkov
Subject: [Octave-bug-tracker] [bug #57103] Support Unicode mathematical symbols as function and variable names
Date: Wed, 23 Oct 2019 07:13:33 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0

Follow-up Comment #2, bug #57103 (project octave):

See example for the function name

octave:1> function[result] = σ(x)
parse error:

  syntax error

>>> function[result] = σ(x)
                      ^

octave:1> 

Or a variable name:

octave:1> ℤ = 1;
parse error:

  invalid character '�' (ASCII 226)

>>> ℤ = 1;
    ^

octave:1> 


Something like α character can't even be pasted to the REPL (while it works
for pasting directly in the bash in the same terminal window):

octave:1> �
parse error:

  invalid character '�' (ASCII 177)

>>> �
    ^

octave:1> 



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57103>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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