[gps-users] strings are delimited by double quote character

Sybs ALHABSHI salhabshi at gmail.com
Tue May 31 16:26:21 CEST 2011


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/gps-users/attachments/20110531/843d07a7/attachment.htm 


More information about the gps-users mailing list