I have a filter http module, but http returns nonUTF8 character sequences.
Got this error: invalid byte sequence in utf-8
If one use input http, one can add "codec plain" to deal with this.
But no such option exist for filter http. Is there a work around ?
Thanks,