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

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

[Octave-bug-tracker] [bug #56805] Using unrecognized char in text result


From: Rik
Subject: [Octave-bug-tracker] [bug #56805] Using unrecognized char in text results in infinite warning loop
Date: Tue, 3 Sep 2019 11:42:34 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #3, bug #56805 (project octave):

@Markus: On the last point about the orientation of the returned results being
a column vector, do you have an example?

The last few lines of native2unicode.m are


  if (iscolumn (native_bytes))
    utf8_str = utf8_str';
  endif


and seem designed to ensure that the result is a row output.  Also, since this
is just about orientation, the code should really use the transpose operator
<.'> rather than the Hermitian conjuate operator.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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