There is a specific code that receives and displays a listing from the database (MySQL).
I can not overcome one column, there the data (text) lie in cp1163 encoding.
Accordingly, the listing displays krakozyabry.
Connoisseurs, please tell me how to decode the resulting cp1251 using standard C # tools.
I tried to specify set names when connecting, but MySQL does not understand this encoding.