Thanks for finding this bug
For solution - see quick fix below - it will be included in next release.
Quick fix:
1. Find plugin named "Translate RSS" and go to edit it.
2. Find there:
PHP Code:
vbet_external_complete(&$output);
3. Replace by:
PHP Code:
vbet_external_complete(&$output, &$headers);
4. Save changes
5. Edit file /includes/vbenterprisetranslator_functions_hooks.php
6. Find there:
PHP Code:
function vbet_external_complete(&$output) {
7. Replace by:
PHP Code:
function vbet_external_complete(&$output, &$headers) {
8. Upload changed fie to server.
Please let us know did it solve your RSS issues. This solution was tested on our test forums and solves encoding issue.