3
XOOPS 2.3.2b, WF-Channel 2.03 and WF-Resource 1.04 seems work OK, but there I found some bug.
If you enter mixed content with different languages, then only English content would be visible, all other symbols would be replaced with "?"(question mark) in my case it was Russian characters.
To resolve this problem you should go to
modules/wfchannel/sql
and replace in the file "wfschannel.sql" strings, which contain "CHARSET=latin1" to current MySQL's default charset. In my case I replace that to "CHARSET=utf8" and now all mixed languages stored and display correctly.
IMHO it would be better to remove this parameter from "wfschannel.sql" completely, then default database's carset could be applied.
Best regards,
Alex