Python论坛  - 讨论区

标题:[python-chinese] 请教wxPython的ansi和unicode版本有什么区别?呵呵

2005年02月06日 星期日 22:07

Hui Xu glutton.xu at gmail.com
Sun Feb 6 22:07:04 HKT 2005

见笑了


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

2005年02月06日 星期日 22:25

limodou limodou at gmail.com
Sun Feb 6 22:25:52 HKT 2005

ansi版本的字符集使用半角字符。而unicode版本的字符集使用unicode,适合多国
语言的处理。因此想很好的处理中文要使用unicode版本。

Hui Xu wrote:
> 见笑了

-- 
I love python!
My Blog: http://www.donews.net/limodou


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

2005年02月06日 星期日 23:32

唐国巍 tgw_cl at 163.net
Sun Feb 6 23:32:43 HKT 2005

python-chinese,您好!

	我在一个窗口中建立了一个按钮bt_1 = wxButton(self, -1, "Press me!", wxPoint(25,15), wxSize(25,15))  可是这个按钮随着窗口的变大而变大,随着窗口的缩小而缩小,这是哪里出了问题?

        致
礼!
 				

        唐国巍
        tgw_cl at 163.net
          2005-02-06

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

2005年02月07日 星期一 13:58

Qiangning Hong hongqn at gmail.com
Mon Feb 7 13:58:55 HKT 2005

On Sun, 06 Feb 2005 22:07:04 +0800, Hui Xu <glutton.xu at gmail.com> wrote:
> 见笑了

ansi版本和unicode版本的不同在于与界面相关的函数操作中,字符串参数的编码不同。

比如wx.TextBox的GetValue()函数,ansi版本返回一个string,编码为操作系统默认编码,而unicode版本则返回一个unicode
string。


-- 
Excellent FOSS (Free/Open Source Software):

Get Firefox!
http://www.spreadfirefox.com/?q=affiliates&id=67907&t=1

Reclaim Your Inbox!
http://www.spreadfirefox.com/?q=affiliates&id=67907&t=183


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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号