> in D2007 i was using the following:
> CharsetConversion(utf8encode(Folders[0]),utf_8,utf_7mod) (synachar unit)
> in order to convert "gibbersh" unicoded IMAP folder (gmail) to a readable
> format, it works ok but im sure that under D2009 it won't. what is the
> equivalent way to do it under D2009? thanks

And what I say in previous mails? You must avoid implicit charset 
conversion by D2009!

You have created UTF-8 string, but you left D2009 to do conversion to 
your ANSI codepage. You must get result of utf8encode and convert it to 
ansistring without charset conversion prior to passing it to 
CharsetConversion routine.

--
Lukas Gebauer.

E-mail: gebau...@mlp.cz
WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP 
Library



------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to