#1192: Postgres database encoding is not recoded to match client
-------------------------------+--------------------------------------------
 Reporter:  cito               |       Owner:  somebody
     Type:  defect             |      Status:  new     
 Priority:  major              |   Milestone:  0.8.3   
Component:  ui                 |     Version:  0.8.4   
 Keywords:  postgres encoding  |  
-------------------------------+--------------------------------------------
 When I'm using a PostgreSQL database that is stored as utf-8 under Windows
 (which uses cp1252) then non-ascii characters from the database are not
 displayed correctly because they are taken 1:1 from the database without
 recoding to match the Windows character set.

 I have created a patch that sets the client encoding for Postgres
 correctly. The main difficulty here is that Postgres uses slightly
 different names for some encodings than Python; I solved this by mapping
 the encoding names correspondingly.

-- 
Ticket URL: <http://trac.dabodev.com/ticket/1192>
Dabo Trac <http://trac.dabodev.com>
Trac Page for Dabo


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to