NAVIGATION
This shows you the differences between two versions of the page.
|
english:other-enhancements:foreign-content-of-phpwcms [2014/02/20 19:14] Claus |
english:other-enhancements:foreign-content-of-phpwcms [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 38: | Line 38: | ||
| - | ==== Beschreibung ==== | + | ==== Description ==== |
| The notation: | The notation: | ||
| Line 96: | Line 96: | ||
| --- //[[flip-flop@myrealbox.com|Knut Heermann (flip-flop)]] 2011/03/01 22:19// | --- //[[flip-flop@myrealbox.com|Knut Heermann (flip-flop)]] 2011/03/01 22:19// | ||
| + | ==== More Possibilities ==== | ||
| + | |||
| + | <code> | ||
| + | $phpwcms['output_function_filter'] = array('trim', 'utf8_encode'); | ||
| + | </code> | ||
| + | or | ||
| + | <code> | ||
| + | To UTF-8 phpwcms_output_action=F-utf8_encode--S-EVENTS | ||
| + | From UTF-8 phpwcms_output_action=F-utf8_decode--S-EVENTS | ||
| + | </code> | ||