Actions
Bug #5854
closedWt 4 Postgresql 9.4 and UTF8
Start date:
08/03/2017
Due date:
% Done:
0%
Estimated time:
Description
In postgresql log there is an error because of this line :
PQsetClientEncoding(conn_, "CharEncoding::UTF8");
located at https://github.com/emweb/wt/blob/wt4/src/Wt/Dbo/backend/Postgres.C#L737
I think it should be :
PQsetClientEncoding(conn_, "UTF8");
Updated by Hyeoni Hwasoo over 7 years ago
Sorry again, i did not see : http://redmine.webtoolkit.eu/issues/5850
Please close this issue.
Actions