[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #47539] textscan misinterprets escape sequence
From: |
anonymous |
Subject: |
[Octave-bug-tracker] [bug #47539] textscan misinterprets escape sequences in single quoted strings |
Date: |
Mon, 28 Mar 2016 01:08:37 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 |
Follow-up Comment #4, bug #47539 (project octave):
I'm getting different output:
f =
{
[1,1] =
{
[1,1] = STATIONS_ID; MESS_DATUM; QUALITAETS_NIVEAU; STRUKTUR_VERSION;
LUFTTEMPERATUR;REL_FEUCHTE;eor
[2,1] = 850;2014092200; 7; 38; 11.8; 91.0;eor
[3,1] = 850;2014092201; 7; 38; 11.4; 91.0;eor
SNIP
[260,1] = 850;2014100219; 7; 38; 16.6; 92.0;eor
[261,1] = 850;2014100220; e��Mh�
[262,1] = 7; 38; 16.3; 93.0;eor
[263,1] = 850;2014100221; 7; 38; 16.2; 93.0;eor
SNIP
[348,1] = 850;2014100615; 7; 38; 17.4; 60.0;eor
[349,1] = 850;2014100616; 7; 38;e��Mh�
[350,1] = 16.7; 63.0;eor
[351,1] = 850;2014100617; 7; 38; 16.2; 69.0;eor
SNIP
[436,1] = 850;2014101006; 7; 38; 12.1; 91.0;eor
[437,1] = 850;2014101007; 7; 38; 12.1;e��Mh�
[438,1] = 90.0;eor
[439,1] = 850;2014101008; 7; 38; 13.1; 86.0;eor
SNIP
[524,1] = 850;2014101321; 7; 38; 12.3; 99.0;eor
[525,1] = 850;2014101322; 7; 38; 12.2; 99.0;e��Mh�
[526,1] = eor
[527,1] = 850;2014101323; 7; 38; 11.2; 99.0;eor
SNIP
[961,1] = 850;2014110101; 7; 38; 10.4; 99.0;eor
[962,1] = 850;2014110102; 7; 3e��Mh�
[963,1] = 8; 10.1; 98.0;eor
[964,1] = 850;2014110103; 7; 38; 9.9; 99.0;eor
SNIP
[1049,1] = 850;2014110417; 7; 38; 9.4; 95.0;eor
[1050,1] = 850;2014110418; 7; 38; 9.e��Mh�
[1051,1] = 2; 96.0;eor
[1052,1] = 850;2014110419; 7; 38; 9.2; 97.0;eor
SNIP
[1137,1] = 850;2014110808; 7; 38; 8.3; 86.0;eor
[1138,1] = 850;2014110809; 7; 38; 9.3; 83.e��Mh�
[1139,1] = 0;eor
[1140,1] = 850;2014110810; 7; 38; 10.6; 79.0;eor
SNIP
[1574,1] = 850;2014112612; 7; 38; 5.1; 76.0;eor
[1575,1] = 850;2014112613; 7; 3e��Mh�
[1576,1] = 8; 5.2; 76.0;eor
[1577,1] = 850;2014112614; 7; 38; 5.3; 76.0;eor
SNIP
[1662,1] = 850;2014113003; 7; 38; -1.0; 92.0;eor
[1663,1] = 850;2014113004; 7; 38; -1.e��Mh�
[1664,1] = 1; 92.0;eor
[1665,1] = 850;2014113005; 7; 38; -1.1; 92.0;eor
SNIP
[1750,1] = 850;2014120318; 7; 38; -2.6; 84.0;eor
[1751,1] = 850;2014120319; 7; 38; -2.5; 85.e��Mh�
[1752,1] = 0;eor
[1753,1] = 850;2014120320; 7; 38; -2.4; 86.0;eor
SNIP
[2187,1] = 850;2014122122; 7; 38; 8.1; 82.0;eor
[2188,1] = 850;2014122123; 7; 3e��Mh�
[2189,1] = 8; 8.6; 81.0;eor
ETC
There's a periodic messup every 88 lines (lines 261, 349, 437, 525, then 961,
1049, etc). Almost certainly that's the buffer size for this read operation
and there's some unterminated string somewhere. Looking...
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?47539>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #47539] textscan is broken, Lars Kindermann, 2016/03/26
- [Octave-bug-tracker] [bug #47539] textscan misinterprets escape sequences in single quoted strings, Lachlan Andrew, 2016/03/26
- [Octave-bug-tracker] [bug #47539] textscan misinterprets escape sequences in single quoted strings, Lachlan Andrew, 2016/03/26
- [Octave-bug-tracker] [bug #47539] textscan misinterprets escape sequences in single quoted strings, Lars Kindermann, 2016/03/26
- [Octave-bug-tracker] [bug #47539] textscan misinterprets escape sequences in single quoted strings,
anonymous <=
- [Octave-bug-tracker] [bug #47539] textscan misinterprets escape sequences in single quoted strings, anonymous, 2016/03/27
- [Octave-bug-tracker] [bug #47539] textscan misinterprets escape sequences in single quoted strings, Lachlan Andrew, 2016/03/28
- [Octave-bug-tracker] [bug #47539] textscan misinterprets escape sequences in single quoted strings, Lachlan Andrew, 2016/03/28
- [Octave-bug-tracker] [bug #47539] textscan misinterprets escape sequences in single quoted strings, Lars Kindermann, 2016/03/28
- [Octave-bug-tracker] [bug #47539] textscan misinterprets escape sequences in single quoted strings, anonymous, 2016/03/28
- [Octave-bug-tracker] [bug #47539] textscan misinterprets escape sequences in single quoted strings, Mike Miller, 2016/03/28
- [Octave-bug-tracker] [bug #47539] textscan misinterprets escape sequences in single quoted strings, Mike Miller, 2016/03/28