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

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

[Octave-bug-tracker] [bug #56224] Displaying char([194 160]) causes all


From: Richard Suchland
Subject: [Octave-bug-tracker] [bug #56224] Displaying char([194 160]) causes all following commands to result in just a prompt
Date: Fri, 26 Apr 2019 19:52:08 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0

URL:
  <https://savannah.gnu.org/bugs/?56224>

                 Summary: Displaying char([194 160]) causes all following
commands to result in just a prompt
                 Project: GNU Octave
            Submitted by: suchland
            Submitted on: Fri 26 Apr 2019 11:52:07 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Richard Suchland
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

After executing char([194 160]) all subsequent commands result in the >>
prompt only.  The workspace window does show the proper result.
Here is a test case:

 variable = 12
 whos variable
 char(194)
 whos variable
 char(160)
 whos variable
 char([194 160])
 whos variable
 variable = 13
 whos variable


results:
>> variable =  12
Variables in the current scope:

   Attr Name          Size                     Bytes  Class
   ==== ====          ====                     =====  =====
        variable      1x1                          8  double

Total is 1 element using 8 bytes

ans = �
Variables in the current scope:

   Attr Name          Size                     Bytes  Class
   ==== ====          ====                     =====  =====
        variable      1x1                          8  double

Total is 1 element using 8 bytes

ans = �
Variables in the current scope:

   Attr Name          Size                     Bytes  Class
   ==== ====          ====                     =====  =====
        variable      1x1                          8  double

Total is 1 element using 8 bytes

ans =

>>
Note that only three of the five whos commands get a result.

Note: I found this on version 5.1.0 but checked version 4.2.2 and 4.4.1 with
the same result.
Also plotting does create a valid plot.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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