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

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

[Octave-bug-tracker] [bug #63930] fprintf problem


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #63930] fprintf problem
Date: Fri, 24 Mar 2023 17:56:39 -0400 (EDT)

Follow-up Comment #28, bug #63930 (project octave):

It passes for me too. I can also see that with "t" the file in 
latin1 encoding (1-byte per char) and w/o it is in utf-8
(2-bytes per char). 


$ od -c /tmp/oct-p1si8a
0000000   a   b   c   , 344 366 374  \n
0000010
$ od -c /tmp/oct-egUaDK
0000000   a   b   c   , 303 244 303 266 303 274  \n
0000013


May be it is good enough for now.

Dmitri.
-- 



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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