PGresult *res =PQexec(conn,"SET client_encoding = 'GBK'");
设置成功后即可显示正确,而且insert时也不会出现乱码。
原文链接:https://www.f2er.com/postgresql/195823.htmlPGresult *res =PQexec(conn,"SET client_encoding = 'GBK'");
设置成功后即可显示正确,而且insert时也不会出现乱码。
原文链接:https://www.f2er.com/postgresql/195823.html