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

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

[Octave-bug-tracker] [bug #46771] symbolic/sympy oct-package fails


From: anonymous
Subject: [Octave-bug-tracker] [bug #46771] symbolic/sympy oct-package fails
Date: Sun, 03 Jan 2016 11:14:53 +0000
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36 OPR/34.0.2036.25

Follow-up Comment #12, bug #46771 (project octave):

I edited the file cp1252.py decoding_table to include lines for the missing
characters:

    'u23a1'   #  0x5B -> LEFT SQUARE BRACKET
    'u22c5'   #  0x2A -> ASTERISK

etc.

Now, when

y=2*x

returned an error message before the change, I get now

>> y=2*x
y = (sym) 2*x
>>

The file cp1252.py was created from file cp1252.txt, which I did not change.
But to fix this for all further similar errors the change should be made to
these *.txt files also.

I guess this is to the developers, as they also probably found out in several
similar cases. Windows changes in language settings that you recommended did
not help in this case.

Thanks for helping! 

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46771>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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