hi

after solving the unicode content i tried to solve the subject unicode.
i did the following: (tmp: tstringlist)

      SubStrm := TStringStream.Create;
      try
        tmp.Text := txtSubject.Text;
        tmp.SaveToStream(SubStrm,TEncoding.UTF8);
        SubStrm.Position := 0;
        Msg2.Header.Subject := Trim(SubStrm.DataString);
      finally
        SubStrm.Free;
      end;

i tried both unicode strings:
for this Αυτό είναι στα ελληνικά it worked ok
but when i tried this: τελευτῆς ὁντινοῦν ποιεῖσθαι
the result was this: τελευτ_ς _ντινο_ν ποιε_σθαι
some of the characters became _ (underlined)
what can be the problem?
thanks

-- 
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to