Dear All, I installed TG+MySQL(Unicode). Everything work fine except one thing. When I try to post Russian Capital letters I receive error:
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 0-1:
invalid data.
I tried to play with encoding and decoding Filters (on, utf8). But no
results. I tried also to change StringCol with UnicodeCol and no
results ('latin' codec Error)
I suppose there no descriminations :). In shell I can work without any
problems, can read and write in UTF8.

