Python论坛  - 讨论区

标题:[python-chinese] 用psycopg连接postgresql7.3的中文问题

2005年08月17日 星期三 15:44

yangfreecode yangfreecode at sohu.com
Wed Aug 17 15:44:36 HKT 2005

程序如下:
import psycopg2
conn=psycopg2.connect('dbname=jsalary user=root password= ')
cur = conn.cursor()
cur.execute("select username from userstable")
results=cur.fetchall()
print results
conn.close()
显示后,不能正常显示中中文,全为unicode字符。后台建postgresql数据库时,
采用的是unicode,是当时采用java开发web程序时建的,而java程序处理时能正常
显示中文。



[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年08月17日 星期三 16:39

Frank gavin at sz.net.cn
Wed Aug 17 16:39:03 HKT 2005

将unicode解码就可以了


----- Original Message ----- 
From: "yangfreecode" <yangfreecode at sohu.com>
To: <python-chinese at lists.python.cn>
Sent: Wednesday, August 17, 2005 3:44 PM
Subject: [python-chinese] 用psycopg连接postgresql7.3的中文问题


程序如下:
import psycopg2
conn=psycopg2.connect('dbname=jsalary user=root password= ')
cur = conn.cursor()
cur.execute("select username from userstable")
results=cur.fetchall()
print results
conn.close()
显示后,不能正常显示中中文,全为unicode字符。后台建postgresql数据库时,
采用的是unicode,是当时采用java开发web程序时建的,而java程序处理时能正常
显示中文。


_______________________________________________
python-chinese list
python-chinese at lists.python.cn
http://python.cn/mailman/listinfo/python-chinese

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年08月19日 星期五 10:12

梅劲松  stephen.cn at gmail.com
Fri Aug 19 10:12:32 HKT 2005

能贴出连接postgresql7.3的示例代码吗?我想参考一下。

在 05-8-17,Frank<gavin at sz.net.cn> 写道:
> 将unicode解码就可以了
> 
> 
> ----- Original Message -----
> From: "yangfreecode" <yangfreecode at sohu.com>
> To: <python-chinese at lists.python.cn>
> Sent: Wednesday, August 17, 2005 3:44 PM
> Subject: [python-chinese] 用psycopg连接postgresql7.3的中文问题
> 
> 
> 程序如下:
> import psycopg2
> conn=psycopg2.connect('dbname=jsalary user=root password= ')
> cur = conn.cursor()
> cur.execute("select username from userstable")
> results=cur.fetchall()
> print results
> conn.close()
> 显示后,不能正常显示中中文,全为unicode字符。后台建postgresql数据库时,
> 采用的是unicode,是当时采用java开发web程序时建的,而java程序处理时能正常
> 显示中文。
> 
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
梅劲松

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号