# HG changeset patch # User Alain Mazy # Date 1637764229 -3600 # Node ID 2f70f622059b8d176b0a64851eff1b1cc7fa4f07 # Parent 8856bcfc561ecd7ffcb84c1d5ede4331ca65b13f added odbc tip diff -r 8856bcfc561e -r 2f70f622059b Sphinx/source/plugins/odbc.rst --- a/Sphinx/source/plugins/odbc.rst Fri Oct 29 19:01:33 2021 +0200 +++ b/Sphinx/source/plugins/odbc.rst Wed Nov 24 15:30:29 2021 +0100 @@ -338,6 +338,15 @@ } } +**Remark:** On Windows systems, we have noticed that the ODBC drivers character encoding +seems to depend on a system level configuration. This configuration needs to enforce UTF-8. +Therefore, it is advised to configure the system locale as follow: + +.. image:: ../images/odbc-windows-system-locale.png + :align: center + :width: 600px + +| PostgreSQL ^^^^^^^^^^