HI

attached is a raw data of a mail i got from a friend of mine

the text (part of it) should be in greek

as u can see, the charset is iso_8859_7 as it should

 

i downloaded synapse 37b7 (latest) and tested it with mimepart.pas

in decodepart unit, 3rd line from the end:

      s := CharsetConversion(s, FCharsetCode, FTargetCharset);

the fCharsetCode is iso_8859_7

the fTargetCharsetCode is cp1255 (my guess it took it from my locale)

 

the problem: all greek characters are now: "_"

please tell me what am i missing here

 

thanks

HI
attached is a raw data of a mail i got from a friend of mine
the text (part of it) should be in greek
as u can see, the charset is iso_8859_7 as it should

i downloaded synapse 37b7 (latest) and tested it with mimepart.pas
in decodepart unit, 3rd line from the end:
      s := CharsetConversion(s, FCharsetCode, FTargetCharset);
the fCharsetCode is iso_8859_7
the fTargetCharsetCode is cp1255 (my guess it took it from my locale)

the problem: all greek characters are now: "_"
please tell me what am i missing here

thanks

Attachment: george.txt
Description: Attached file: george.txt

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to