Space is not space - v7 beta 2

I have simple example:
I send from gmail to my second mailbox - not gmail.

In text is only:
select
   sysdate
from
   dual

if I copy in eM that text and try to execute in Oracle I have error (somthing like invalid character), but if I copy same text from mail source everything is OK.

Regards
Damian

You would need your email to be formatted as plain text all the time.

hmmm, what it is ?

–001a114075fadedbf90531ffaff7Content-Type: text/plain; charset=UTF-8

select
    sysdate
from
    dual

Hi,

Did you copy the text of the email from another program, for example Word, a web browser, etc.? 

Dave