[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #44006] The GUI editor makes wrong string quot
From: |
anonymous |
Subject: |
[Octave-bug-tracker] [bug #44006] The GUI editor makes wrong string quotes. |
Date: |
Wed, 14 Jan 2015 20:54:31 +0000 |
User-agent: |
Opera/9.80 (X11; Linux x86_64; Edition Linux Mint) Presto/2.12.388 Version/12.16 |
URL:
<http://savannah.gnu.org/bugs/?44006>
Summary: The GUI editor makes wrong string quotes.
Project: GNU Octave
Submitted by: None
Submitted on: Wed 14 Jan 2015 08:54:30 PM UTC
Category: GUI
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: None
Status: None
Assigned to: None
Originator Name: Edwin de Koning
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 3.8.1
Operating System: GNU/Linux
_______________________________________________________
Details:
When I am typing a string in the GUI editor, there is a 50% change that the
string quotes are correct. I cannot detect any logic in it when they are right
or wrong. In the Command Window they are always correct.
This is the result of a single quote string from the GUI editor (via
copy-paste into the command window):
>> disp(´Hello´)
error: invalid character '�' (ASCII 194) near line 1, column 7
parse error:
syntax error
>>> disp(´Hello´)
^
The same happens with a double quote string from the GUI editor (also via
copy-paste to the command window):
>> disp(¨Hello¨)
error: invalid character '�' (ASCII 194) near line 1, column 7
parse error:
syntax error
>>> disp(¨Hello¨)
^
You can immediately see that the quoting in the editor is going wrong due to
the different shape of the quote symbols and the text color is not yellow but
black.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?44006>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #44006] The GUI editor makes wrong string quotes.,
anonymous <=
- [Octave-bug-tracker] [bug #44006] The GUI editor makes wrong string quotes., Torsten, 2015/01/15
- [Octave-bug-tracker] [bug #44006] The GUI editor makes wrong string quotes., anonymous, 2015/01/15
- [Octave-bug-tracker] [bug #44006] The GUI editor makes wrong string quotes., anonymous, 2015/01/15
- [Octave-bug-tracker] [bug #44006] The GUI editor makes wrong string quotes., anonymous, 2015/01/15
- [Octave-bug-tracker] [bug #44006] The GUI editor makes wrong string quotes., Mike Miller, 2015/01/15
- [Octave-bug-tracker] [bug #44006] The GUI editor makes wrong string quotes., anonymous, 2015/01/17
- [Octave-bug-tracker] [bug #44006] The GUI editor makes wrong string quotes., Mike Miller, 2015/01/17