|
From: | Dmitri A. Sergatskov |
Subject: | [Octave-bug-tracker] [bug #63930] fprintf problem |
Date: | Sun, 19 Mar 2023 10:19:50 -0400 (EDT) |
Follow-up Comment #11, bug #63930 (project octave): It has everything to do with encoding. If I change my encoding (in editor setting) to iso-8859-1 the problem appears again: >> t1 val = 193 cw = 1 cr1 = 1 x = 193 y = 63 ------ val = 194 cw = 1 cr1 = 0 x = 194 error: b(1): out of bound 0 (dimensions are 0x0) error: called from t1 at line 15 column 5 >> t2 val = 127 cw = 1 cr1 = 1 x = 127 y = 127 ------ val = 128 cw = 1 cr1 = 1 x = 128 y = 63 ------ val = 129 cw = 1 cr1 = 1 x = 129 y = 63 ------ Dmitri. -- _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?63930> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |