strings are delimited by double quote character
Sybs ALHABSHI <[email protected]> Tue, 31 May 2011 16:26:21 +0200
| Newsgroups | gmane.comp.ide.gps.user |
|---|---|
| Message-ID | <[email protected]> |
--===============0755059949==
Content-Type: multipart/alternative; boundary=0016e6464ec21f2bff04a49330c2
--0016e6464ec21f2bff04a49330c2
Content-Type: text/plain; charset=ISO-8859-1
Hello,
I have a case where I check what are the characters read from an input file
(UTF-8).
---------------
case char is
when 'a'..'z'|'A'..'Z' => AppendString;
when '-'=> AppendString;
when '<' => SkipTag;
when others => null;
end case;
---------------
When I add a case for a latin character, I get this "strings are delimited
by double quote character" error message. Any hints ?
Thank you.
Sybs ALHABSHI
--0016e6464ec21f2bff04a49330c2
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hello,<div><br></div><div>I have a case where I check what are the characte=
rs read from an input file (UTF-8).</div><div>---------------</div><div><di=
v>=A0 =A0 case char is</div><div>=A0 =A0 =A0 =A0 =A0when 'a'..'=
z'|'A'..'Z' =3D> AppendString;</div>
<div>=A0 =A0 =A0 =A0 =A0when '-'=3D> AppendString;</div><div>=A0=
=A0 =A0 =A0 =A0when '<' =3D> SkipTag;</div><div>=A0 =A0 =A0 =
=A0 =A0when others =3D> null;</div><div>=A0 =A0 =A0 end case;</div><div>=
---------------</div><div>When I add a case for a latin character, I get th=
is "strings are delimited by double quote character" error messag=
e. Any hints ?</div>
<div><br></div><div>Thank you.</div><div><br></div><div><br></div>Sybs ALHA=
BSHI<br><br>
</div>
--0016e6464ec21f2bff04a49330c2--
--===============0755059949==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
gps-users mailing list
[email protected]
http://lists.adacore.com/mailman/listinfo/gps-users
--===============0755059949==--