[TYPO3-doc]  Question and/or Failure found in Wiki
    Reinhardt Medien 
    Info at ReinhardtMedien.de
       
    Wed Jan 10 12:53:59 CET 2018
    
    
  
Hello Community,
i hope it's the right place for this:
In typo3-wiki at following page: https://wiki.typo3.org/How_to_use_the_Fluid_Standalone_view_to_render_template_based_emails
i found an error inside 'Usage in TYPO3 6.0 and higher'.
I'm not sure, if its need for TYPO3 6.x, but on my System TYPO3 8.7.7 the line
// if you want to use german or other UTF-8 chars in subject enable next line 
// $subject =  '=?utf-8?B?'. base64_encode( subject  ) .'?=' ;
needs to be edit to
// if you want to use german or other UTF-8 chars in subject enable next line 
// $subject =  '=?utf-8?B?'. base64_encode( $subject  ) .'?=' ;
Therefor i have a question...
The following german chars öäüß works also without this line... Do i need this anyway?
Thanks for freshing my mind up ;)
-- 
Beste Grüße
Monti
Reinhardt Medien
E (at) ntwickler.de
www.ReinhardtMedien.de
    
    
More information about the TYPO3-project-documentation
mailing list