Hello!

On Wed, 2 Sep 2009, Thomas Seifert wrote:

> I'm implementing a module to import mail messages into Phorum through  
> the use of ezcMailParser.
> So far its working great beside that everything is converted to UTF-8  
> and there are some phorums out there which are still running other  
> charsets because of legacy reasons.
> 
> Is there any way to define which charset all mails are converted to?
> So far I found ezcMailCharsetConverter::setConvertMethod but I have no  
> idea what will be broken in the library if there is something non-utf8  
> returned.

The eZ Components will always output UTF-8, they're designed for that. I 
suppose you could override that conversion filter to return something 
else, but all the structures would still mark things as being UTF-8. 
Your mileage may vary. Perhaps the best approach would be to convert 
things manually after it comes out of the component.

regards,
-- 
Derick Rethans
eZ components Product Manager
eZ systems | http://ez.no
-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components

Reply via email to