commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r6867 - trunk/gnue-common/src/datasources/drivers/postgresql/Base


From: dimas
Subject: r6867 - trunk/gnue-common/src/datasources/drivers/postgresql/Base
Date: Thu, 6 Jan 2005 05:43:08 -0600 (CST)

Author: dimas
Date: 2005-01-06 05:43:07 -0600 (Thu, 06 Jan 2005)
New Revision: 6867

Modified:
   trunk/gnue-common/src/datasources/drivers/postgresql/Base/Connection.py
Log:
Support for koi8-r, cp1251 encoding param for postgresql connection 


Modified: 
trunk/gnue-common/src/datasources/drivers/postgresql/Base/Connection.py
===================================================================
--- trunk/gnue-common/src/datasources/drivers/postgresql/Base/Connection.py     
2005-01-06 09:55:46 UTC (rev 6866)
+++ trunk/gnue-common/src/datasources/drivers/postgresql/Base/Connection.py     
2005-01-06 11:43:07 UTC (rev 6867)
@@ -165,8 +165,8 @@
   'iso8859-6' : 'ISO-8859-6',    # ECMA-114 Latin/Arabic
   'iso8859-7' : 'ISO-8859-7',    # ECMA-118 Latin/Greek
   'iso8859-8' : 'ISO-8859-8',    # ECMA-121 Latin/Hebrew
-  ''          : 'KOI8',          # KOI8-R(U)
-  ''          : 'WIN',           # Windows CP1251
+  'koi8-r'    : 'KOI8',          # KOI8-R(U)
+  'cp1251'    : 'WIN',           # Windows CP1251
   ''          : 'ALT',           # Windows CP866
   ''          : 'WIN1256',       # Arabic Windows CP1256
   ''          : 'TCVN',          # Vietnamese TCVN-5712 (Windows CP1258)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]