You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run Firebird 2.0 under Windows 10 (default charset is CP1251)
Run python3 under Linux (default charset is UTF-8) with fdb==2.0.2
Run procedure that returns as an exception some cyrillic symbols
See 'utf-8' codec can't decode byte 0xf2 in position 0: invalid continuation byte error
Stacktrace points into a fbcore.py:607
Probably, the solution can be to use a charset option from the connect method here but have no idea how to do this