Python论坛  - 讨论区

标题:Re: Re:Re: Re:Re: Re:Re: Re:Re: Re: [python-chinese]真是奇怪呀!

2005年02月20日 星期日 23:03

limodou limodou at gmail.com
Sun Feb 20 23:03:23 HKT 2005

unicode()是把一个非unicode字符串转为unicode,如把gb2312转为unicode

encode()是把一个unicode字符串转为非unicode字符串,如把unicode转为gb2312

decode()有些象unicode()
那么区别是unicode()是一个内置函数
而encode()是unicode对象的方法,decode()是string对象的方法


On Sun, 20 Feb 2005 21:34:12 +0800, jian wang <wangjian5748 at 163.com> wrote:
> limodou,您好!
> 
>         可以现看这个内建方法:unicode( [object[, encoding [, errors]]])
>     是可以对object制定编码的,那么是否可以指定为ascii码呢?还是说只能制定为双字节编码呢?
> 测试代码如下:
> >>> a = unicode('asd', 'ascii')
> >>> a
> u'asd'
> >>> a.decode()
> u'asd'
> >>> a.decode('ascii')
> u'asd'
> 
> ======= 2005-02-19 01:17:46 您在来信中写道:=======
> 
> >那你就要知道对方使用的编码呀。比如对方使用的是中文系统,一般就是gb2312,
> >或gbk编码。对方是英文系统,一般就是ascii,这样你的东西里面最好不要有中
> >文。或者仍然使用gb2312进行转换也是可以的。因为gb2312(gbk)就是ascii编码的
> >一种扩展。这个就要看具体的情况了。
> >
> >但对方发回东西时你仍然要进行转换,把B转换成unicode。只不过对方可以不理会
> >你到底用什么编码罢了。其实使用utf-8也是这个意思。就是假设对方系统是使用
> >的utf-8编码而已。
> >
> >cry wrote:
> >> limodou,您好!
> >>
> >> 是呀!所以我想统一到UNICODE上。为以后的发展建立一个好的基础。
> >> 怎么能把UNICODE字符串转换成B字节流呢?
> >>
> >
> >--
> >I love python!
> >My Blog: http://www.donews.net/limodou
> >_______________________________________________
> >python-chinese list
> >python-chinese at lists.python.cn
> >http://python.cn/mailman/listinfo/python-chinese
> >
> 
> = = = = = = = = = = = = = = = = = = = =
> 
>> 礼!
> 
> 
> jian wang
> wangjian5748 at 163.com
> 2005-02-20
> 
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
I like python! 
My Blog: http://www.donews.net/limodou
New Maillist: http://groups-beta.google.com/group/python-cn


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

2005年02月21日 星期一 05:42

**** alpha at hnpta.net.cn
Mon Feb 21 05:42:00 HKT 2005


-----Original Message-----
From: "****" <alpha at hnpta.net.cn>
To: python-chinese at lists.python.cn
Date: Fri, 18 Feb 2005 13:17:48 +0800
Subject: Re: [python-chinese]退订

> > >python-chinese,您好!
> > >
> > > 偶也要退订。
> > >
> > >        此致
> > >敬礼!
> > >
> > >
> > >       
> > >        
> > >          2005-02-16
> >
> 
> 
> 
> _______________________________________________
> 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号