Note by: Gleb Starkov
Hello.
I use this class, and I need to change the encoding.
I solved this problem by redefining the method _prepare ().
But this is not elegant solution, as _prepare () is marked as private.
You can mark _prepare () as protected or add the option `charset`?