NAVIGATION
This shows you the differences between two versions of the page.
|
english:other-enhancements:foreign-content-of-phpwcms [2014/07/25 10:16] Claus |
english:other-enhancements:foreign-content-of-phpwcms [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 97: | Line 97: | ||
| ==== More Possibilities ==== | ==== 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> | ||