Adjusted it for everyone like me who uses different charsets than UTF-8.
Now, all you need to do is set the option in options.encoding_serialize, where I also included the other valid ones :)
This is a hotfix so i think the best way is to transform in a class
I think the best way to avoid having to redo it with each request would be to turn it into a class so that it only needs to be set once
Adjusted it for everyone like me who uses different charsets than UTF-8. Now, all you need to do is set the option in options.encoding_serialize, where I also included the other valid ones :) This is a hotfix so i think the best way is to transform in a class I think the best way to avoid having to redo it with each request would be to turn it into a class so that it only needs to be set once