Project

General

Profile

Actions

Bug #5854

closed

Wt 4 Postgresql 9.4 and UTF8

Added by Hyeoni Hwasoo over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
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");
Actions #1

Updated by Hyeoni Hwasoo over 6 years ago

Sorry again, i did not see : http://redmine.webtoolkit.eu/issues/5850

Please close this issue.

Actions #2

Updated by Roel Standaert over 6 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF