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

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

[Octave-bug-tracker] [bug #46337] help reports 'feedback' function not i


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #46337] help reports 'feedback' function not implemented, help '@lti/feedback' works
Date: Mon, 15 Jan 2024 11:14:28 -0500 (EST)

Follow-up Comment #17, bug#46337 (group octave):

It looks like you do have some extra chars:

octave:1> str = __unimplemented__ ("matlabrc")
str = ‘matlabrc’ is not implemented.  Octave uses the file
‘.octaverc’
instead.
octave:2> double(str)
ans =

 Columns 1 through 29:

   226   128   152   109    97   116   108    97    98   114    99   226   128
  153    32   105   115    32   110   111   116    32   105   109   112   108 
 101   109   101

 Columns 30 through 58:

   110   116   101   100    46    32    32    79    99   116    97   118   101
   32   117   115   101   115    32   116   104   101    32   102   105   108 
 101    32   226

 Columns 59 through 81:

   128   152    46   111    99   116    97   118   101   114    99   226   128
  153    10   105   110   115   116   101    97   100    46

octave:3> whos str
Variables visible from the current scope:

variables in scope: top scope

  Attr   Name        Size                     Bytes  Class
  ====   ====        ====                     =====  ===== 
         str         1x81                        81  char

Total is 81 elements using 81 bytes


You can also look atr str.bin I attached (previously) in some hex
editor/viewer and you will see:


0000060  \0 342 200 230   m   a   t   l   a   b   r   c 342 200 231    

(this is from Fedora 39, texinfo 7.0.3)

On un-affected system (Centos Stream 9, texinfo 6.7):

0000060  \0   '   m   a   t   l   a   b   r   c   '       i   s       n



Dmitri.
-- 



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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